Forms

Combobox

Searchable select. Customer lookup, item search.

Combobox

Searchable select. Combines Popover + Command.

API Reference

PropTypeDefaultDescription
options{ value: string; label: string }[]--List of selectable options.
valuestring--Controlled selected value.
onValueChange(value: string) => void--Called when selection changes.
placeholderstring"Select..."Trigger button placeholder.
searchPlaceholderstring"Search..."Search input placeholder.
emptyTextstring"No results found."Text when no options match.

Usage

import { Combobox } from "@doss/tetris-ui";