Components/Combobox

Combobox

Searchable autocomplete combining a Select and a search input in one popover. Filters options as the user types.


Installation

npx ajaxui add combobox

Props

PropTypeDefaultDescription
options{ value, label, disabled? }[]--
valuestring--
defaultValuestring--
onValueChange(value: string) => void--
placeholderstring"Select an option…"-
emptyTextstring"No results."-
searchPlaceholderstring"Search…"-