Components/Combobox

Combobox

Searchable single-value select with type-to-filter and custom option rendering.

Installation

Examples

Searchable dropdown

Type to filter options, click to select.

Next.js
Remix
Astro
Nuxt
SvelteKit

API Reference

PropTypeDefaultDescription
options*ComboboxOption[]requiredArray of {value, label} options.
valuestringControlled selected value.
onValueChange(v: string) => voidCalled on selection.
placeholderstringPlaceholder when no value selected.
searchablebooleantrueEnables type-to-filter.
disabledbooleanfalseDisables the combobox.