Combobox

Autocomplete input with a searchable dropdown list of options.

No currency found.
US Dollar (USD)
Euro (EUR)
British Pound (GBP)
Japanese Yen (JPY)
Swiss Franc (CHF)
Canadian Dollar (CAD)

Selected:

Installation

CLI

Install the component using the StarUI CLI:

star add combobox

Examples

With Icons

Status selector with colored icons per option

No status found.
Backlog
Todo
In Progress
Done
Cancelled

Multiple Selection

Multi-select with chips and pre-selected values

No genres found.
Jazz
Electronic
Classical
Hip Hop
Rock
Folk

Selected:

Grouped

Timezone selector with group headings and separators that auto-hide when filtered

No timezone found.
Eastern Time (EST)
Central Time (CST)
Mountain Time (MST)
Pacific Time (PST)
Greenwich Mean Time (GMT)
Central European Time (CET)
Eastern European Time (EET)
Japan Standard Time (JST)
China Standard Time (CST)
India Standard Time (IST)

Keyword Search

Country selector that matches on hidden keywords like alternate names

No country found.
United States
United Kingdom
Deutschland
Nihon
Brasil
Schweiz

Disabled Items

Individual items can be disabled while others remain selectable

No plan found.
Free
Starter
Pro
Enterprise

States

Placeholder, disabled, required, and error states

No results found.
Email
Slack
Webhook
SMS
No results found.
Email
Slack
Webhook
SMS
No results found.
Email
Slack
Webhook
SMS
No results found.
Email
Slack
Webhook
SMS

A notification channel is required

Form Integration

ComboboxWithLabel in a card form with required validation and helper text

Invite Member

Add someone to the project

No results found.
Viewer
Editor
Admin
Owner

Select the permission level for the new member

API Reference

Component Description
Combobox Root container managing selection state via Datastar signals
ComboboxTrigger Search input with chevron button that opens the dropdown
ComboboxContent Popover panel listing filterable options
ComboboxItem Individual selectable option with value, label, and check indicator
ComboboxEmpty Shown when no items match the search query
ComboboxGroup Group related options under a heading
ComboboxSeparator Visual divider between items or groups
ComboboxWithLabel Convenience wrapper with label, helper text, and error text