split json between text field and hint action
this is a sign that I should go to sleep... π
I have a column 'link' cast to array
it's look like this
so my Input is:
the result after saving to db is
{"url":"https:\/\/11111"}
the options are never saved to db since they not exist in the main component
is there a solution around this?! or better idea3 Replies
That's because it's a hint action so theres no way to get the sub data back that I know of anyway... You could try traversal setting a hidden sub fields, but I am not sure you can traverse backwards from a hintAction
you right
didnt want to use hidden fields
did managed to make it work with a grid and make everything in nested state still not elegant since it store everything inside nested array
will keep an eye on a better way
thank you
Ahh cool stuff!