Skip to content

Commit 17b7436

Browse files
committed
[Doc] Add mention of ArrayInput in forms doc
1 parent 6a56460 commit 17b7436

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/Forms.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -754,10 +754,11 @@ This affects both the submit button and the form submission when the user presse
754754
755755
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:
756756
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
758758
- [`<ReferenceOneInput>`](./ReferenceOneInput.md) lets users edit one related record
759759
- [`<ReferenceManyInput>`](./ReferenceManyInput.md) lets users edit a list of related records
760760
- [`<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
761762
762763
<video controls autoplay playsinline muted loop>
763764
<source src="https://react-admin-ee.marmelab.com/assets/ra-form-layout/latest/InDialogButtons.mp4" type="video/mp4" />

0 commit comments

Comments
 (0)