You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/Forms.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -754,10 +754,11 @@ This affects both the submit button and the form submission when the user presse
754
754
755
755
Users often need to edit data from several resources in the same form. React-admin doesn't support nested forms, but provides ways to edit related data in a user-friendly way:
756
756
757
-
- [`<EditInDialogButton>`](./EditInDialogButton.md) lets users open a modal to edit a related record
757
+
- [`<ArrayInput>`](./ArrayInput.md) lets users edit a list of embedded records
758
758
- [`<ReferenceOneInput>`](./ReferenceOneInput.md) lets users edit one related record
759
759
- [`<ReferenceManyInput>`](./ReferenceManyInput.md) lets users edit a list of related records
760
760
- [`<ReferenceManyToManyInput>`](./ReferenceManyToManyInput.md) lets users edit a list of related records via an associative table
761
+
- [`<EditInDialogButton>`](./EditInDialogButton.md) lets users open a modal to edit a related record
0 commit comments