primary-violetP
Refine11mo ago
4 replies
primary-violet

Apply form to multiple parent ids

I have an api where I have a list of some items, and each item has other sublists, in this case some controls.
I need to create a form that shows the controls data for a selected item, and when the user clicks apply it opens a dialog that shows the changes, and most importantly it should have the option to select which items to apply the changes to (current item will be selected by default).

How can I achieve that? I'm using Ant Design for ui.
Was this page helpful?