-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Open
Labels
Description
Prerequisites
- 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:
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
TheOneTheOnlyJJ