Arrays and identifiers #1799
Answered
by
bluebill1049
andrejunges
asked this question in
Q&A
-
In case I need the ids used as keys on array fields, the recommended approach is to add an input type hidden with it? Example, I'm loading an existing category record with a child list of products:
In the end when I'm massaging this data to save it I'd like to know the |
Beta Was this translation helpful? Give feedback.
Answered by
bluebill1049
Jun 6, 2020
Replies: 1 comment 2 replies
-
you mean change the default id to something else with |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
bluebill1049
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
you mean change the default id to something else with
keyName
, and store the id in input hidden that's correct.