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