InputCombobox
Searchable select wrapping the Combobox primitive. Accepts options with value/label like InputSelect, with type-ahead filtering.
Import
import { InputCombobox } from "@repo/design-system/components/input/input-combobox";Playground
Mode
Variant
Disabled
Apple
Banana
Cherry
Value: apple, banana, cherry
Single select
Selected: none
Uncontrolled (defaultValue)
Multi-select (chips)
Apple
Mango
Selected: apple, mango
Multi-select (variant="labels")
Apple, Banana, Cherry
Selected: apple, banana, cherry
Multi-select (maxVisibleLabels=4)
Apple
Banana
Cherry
Grape
+1