We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79ca09c + e3bf32c commit 0c94dbfCopy full SHA for 0c94dbf
docs/AutocompleteInput.md
@@ -10,7 +10,7 @@ It renders using MUI [Autocomplete](https://mui.com/components/autocomplete/).
10
11

12
13
-Set the `choices` attribute to determine the options list (with `id`, `name` tuples).
+Set the `choices` attribute to determine the options list. The value must be an array of objects exposing the `id` and `name` for each choice.
14
15
```jsx
16
import { AutocompleteInput } from 'react-admin';
0 commit comments