diff --git a/docs/ArrayInput.md b/docs/ArrayInput.md index c88f034a88e..44bdd8d8d7c 100644 --- a/docs/ArrayInput.md +++ b/docs/ArrayInput.md @@ -42,13 +42,26 @@ import { ArrayInput, SimpleFormIterator, DateInput, TextInput } from 'react-admi `` expects a single child, which must be a *form iterator* component. A form iterator is a component accepting a `fields` object as passed by [react-hook-form](https://react-hook-form.com/api/usefieldarray), and defining a layout for an array of fields. It also receives several functions to manipulate the array values. For instance, the `` component displays an array of react-admin Inputs in an unordered list (`