Skip to content

Combobox

Filters large lists to selectable options based on the matching query.

Combobox Props

Combobox props
Name
Type
Description
valuestring | nullCurrently selected value.
onChange(value: string | null) => voidCalled when an option is selected.
filter(list, inputValue) => listCustom filter function.
size"small" | "large"Changes the size of the component.
widthnumberChanges the width of the component.
erroredbooleanEnables the error state.
disabledbooleanDisables the component.
clearablebooleanWhether the selected value is clearable.
placeholderstringPlaceholder to show in the input.
aria-labelstringAccessible label for screen readers.
Code Editor
Code Editor
Code Editor
Code Editor
Code Editor
Code Editor
Code Editor
Code Editor
Code Editor