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

Value: apple, banana, cherry

Single select

Selected: none

Uncontrolled (defaultValue)

Multi-select (chips)

Selected: apple, mango

Multi-select (variant="labels")

Selected: apple, banana, cherry

Multi-select (maxVisibleLabels=4)

Disabled