Skip to content

Commit c92d76b

Browse files
committed
remove useless tip
1 parent 03fb046 commit c92d76b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/AutocompleteInput.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,6 @@ The form value for the source must be the selected value, e.g.
5151

5252
**Tip**: If you need to let users select more than one item in the list, check out the [`<AutocompleteArrayInput>`](./AutocompleteArrayInput.md) component.
5353

54-
**Tip**: `<AutocompleteInput>` is a stateless component, so it only allows to *filter* the list of choices, not to *extend* it. If you need to populate the list of choices based on the result from a `fetch` call (and if [`<ReferenceInput>`](./ReferenceInput.md) doesn't cover your need), you'll have to [write your own Input component](./Inputs.md#writing-your-own-input-component) based on Material UI `<Autocomplete>` component.
55-
5654
## Props
5755

5856
| Prop | Required | Type | Default | Description |

0 commit comments

Comments
 (0)