Skip to content

Commit

Permalink
Fix tips where in the same line
Browse files Browse the repository at this point in the history
  • Loading branch information
asvarcas committed Mar 19, 2021
1 parent 622fcc0 commit 1fd156c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Inputs.md
Original file line number Diff line number Diff line change
Expand Up @@ -1134,6 +1134,7 @@ Lastly, `<AutocompleteArrayInput>` renders a [material-ui `<TextField>` componen
{% endraw %}

**Tip**: Like many other inputs, `<AutocompleteArrayInput>` accept a `fullWidth` prop.

**Tip**: If you want to populate the `choices` attribute with a list of related records, you should decorate `<AutocompleteArrayInput>` with [`<ReferenceArrayInput>`](#referenceinput), and leave the `choices` empty:

```jsx
Expand Down

0 comments on commit 1fd156c

Please sign in to comment.