- Docs
- Components
- Autocomplete
Autocomplete
An autocomplete combines a TextField or SearchField with a Menu or ListBox, allowing users to search or filter a list of suggestions.
Preview
Code
Installation
CLI
Manual
Anatomy
Examples
Dialog
Preview
Code
Press ⌘J
API Reference
| Prop | Type | Default |
|---|---|---|
filter | function | |
options | Intl.CollatorOptions | |
disableVirtualFocus | boolean | false |
disableAutoFocusFirst | boolean | false |
defaultInputValue | string | |
inputValue | string | |
onInputChange | function | |
children | ReactNode |