react-jsonschema-form icon indicating copy to clipboard operation
react-jsonschema-form copied to clipboard

Batch Edit Support for Array in FormData

Open aress31 opened this issue 11 months ago • 2 comments

Prerequisites

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:

  • id
  • name
  • gender

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 avatar Dec 09 '24 03:12 aress31

@aress31 we aren't following what you are looking for. Can you provide a more detailed example?

heath-freenome avatar Dec 13 '24 20:12 heath-freenome

An example with QuickBooks:

  1. Select 8 records in the tables:

    image

  2. Click on the Edit button.

  3. A modal form opens where the 8 records can be updated at once:

    image

aress31 avatar Dec 14 '24 15:12 aress31