Skip to content

Commit

Permalink
Merge pull request #6064 from WiXSL/fix-docs-tip
Browse files Browse the repository at this point in the history
[Doc] Fix tips where in the same line
  • Loading branch information
djhi authored Mar 19, 2021
2 parents 9d9a115 + 1fd156c commit 9531bad
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 9531bad

Please sign in to comment.