Autocompletes can have different radius factors. The default radius is sm but you can also use md, lg or full.
Show codeHide code
Autocompletes can have different sizes. Use the size prop to change the size of the autocomplete.
Show codeHide code
Autocompletes can have different contasts. Use the contrast prop to change the contrast of the autocomplete.
Show codeHide code
Autocompletes can have different contasts. Use the contrast prop to change the contrast of the autocomplete.
Show codeHide code
Autocompletes can have different contasts. Use the contrast prop to change the contrast of the autocomplete.
Show codeHide code
Autocompletes can have have an error state using the error prop. Use the error prop to display an error message.
Show codeHide code
Autocompletes can have a configurable icon on the left side using the icon prop. Make sure to pick meaningful icons for your use case.
Show codeHide code
Clearable autocompletes have a clear icon that appears on the right side using the clearable prop. The clear icon is also configurable using the clearIcon prop.
Show codeHide code
Autocompletes can be configured to allow multiple values and item selection using the multiple prop.
Show codeHide code
Autocompletes can be used as a country selector using the items prop. The items prop accepts an array of objects with a text and value property.
Show codeHide code
Autocompletes can be used as a country selector using the items prop. The items prop accepts an array of objects with a text and value property.
Show codeHide code
Autocompletes can have a material design style floating label using the labelFloat prop.
Show codeHide code
Autocompletes can be showed in a loading state using the loading prop.
Show codeHide code
Autocompletes can be disabled using the disabled prop.
Show codeHide code
Autocompletes can render results with icons using the <BaseAutocompleteItem> component. The component accepts an icon prop that is displayed in the results list.
Show codeHide code
Autocompletes can render results with images using the <BaseAutocompleteItem> component. The component accepts a media prop that is displayed in the results list.