Navigation
Overlays
Combobox
Combined input and dropdown for searching and selecting from a list. Supports async search, custom filtering, empty states, and grouped options.
Figma: DS-001 Foundations ยท MenuItem 17379:199232
Import
Live Demo
Searchable dropdown combining input and selection.
Menu item variants matrix (Figma 17379:199232)
| Type | Default | Hover |
|---|---|---|
| Simple | Select Item | Select Item |
| Custom | Select ItemSelect Description | Select ItemSelect Description |
Trigger states
Next.js
List structures
Figma playground: 17085:197681
Props
| Name | Type | Default | Description |
|---|---|---|---|
| options | Array<{ value: string; label: string }> | โ | List of selectable options |
| placeholder | string | โ | Placeholder text for the input |
| searchPlaceholder | string | โ | Placeholder text for the search input |