sacred-emeraldS
Refine3y ago
6 replies
sacred-emerald

I have a form field which is a nested Object how can I use `useDrawerForm` to create entry?

I have a form field which would have dynamic fields based on an Object Array something like this [{'key': 'field-1', 'required': true}, {'key': 'field-2', 'required': false}]. I want to construct the form elements based on the object array, lets say the data from this form would be saved as a json under data field how to use useDrawerForm to achieve this?
Was this page helpful?