Combobox
Searchable dropdown input that combines a text field with a filterable option list.
Default
Basic searchable dropdown with fruit options and placeholder text.
Country Selector
Labeled combobox for selecting a country from a searchable list.
Programming Languages
Language selector for developer profile or project settings.
Department
Department selector for HR forms or employee assignment.
Timezone
Timezone picker for scheduling or user preferences.
Color Theme
Theme selector for application appearance preferences.
Usage
Props
| Prop | Type | Default | Description |
|---|---|---|---|
options | text | "" | Comma-separated list of options |
placeholder | text | "Search..." | Placeholder text for the search input |
label | text | "" | Label displayed above the combobox |
id | text | "" | Unique identifier for the combobox |