Autocomplete
Autocomplete
is a component used to display suggestions in response to user text input.
Theming
The Autocomplete
is a multi part component.
Autocomplete
inherits the style from Select.
If you want to change the style of the component, please check here.
export const Autocomplete: ComponentMultiStyle<"Autocomplete"> =mergeMultiStyle(Select)()
Edit this page on GitHub