react-jsonschema-form
react-jsonschema-form copied to clipboard
Batch Edit Support for Array in FormData
Prerequisites
- [X] I have read the documentation
What theme are you using?
mui
Is your feature request related to a problem? Please describe.
When passing an array as formData, it would be beneficial to support batch actions. For example, if the following fields are present:
idnamegender
Changing a single value in one of these fields should update the entire array without modifying the other fields. This feature is essential for efficient form handling.
Describe the solution you'd like
No response
Describe alternatives you've considered
No response
@aress31 we aren't following what you are looking for. Can you provide a more detailed example?
An example with QuickBooks:
-
Select 8 records in the tables:
-
Click on the
Editbutton. -
A modal form opens where the 8 records can be updated at once: