Skip to content

Commit

Permalink
documentate limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
erwanMarmelab committed Sep 21, 2024
1 parent 5648e80 commit eb0cecf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/ReferenceManyInput.md
Original file line number Diff line number Diff line change
Expand Up @@ -297,5 +297,6 @@ const ProductEdit = () => (
## Limitations

- `<ReferenceManyInput>` cannot be used inside an `<ArrayInput>` or a `<ReferenceOneInput>`.
- `<ReferenceManyInput>` cannot be used with `undoable` mutations in a `<Create>` view.
- `<ReferenceManyInput>` cannot have a `<ReferenceOneInput>` or a `<ReferenceManyToManyInput>` as one of its children.
- `<ReferenceManyInput>` does not support server side validation.

0 comments on commit eb0cecf

Please sign in to comment.