Combobox
Autocomplete input with a list of suggestions.
Installation
Basic
Start with an uncontrolled combobox when the field only needs client-side filtering and a selected value.
Preview
Framework Picker
This mirrors the classic framework example from shadcn with a searchable list of options.
Controlled
Use open, on-open-change, value, and on-value-change when the rest of the page needs to stay in sync with the current selection.
Preview
Deployment Target
Keep the current framework selection and popover visibility in state when another panel on the page depends on it.
Selection
{selectedFrameworkLabel}
{selectedFrameworkDescription}
{frameworkOpen ? "Menu open" : "Menu closed"}
With Groups
Use grouped items and disabled rows to keep larger status lists readable while preserving shadcn-style semantic accents.
Preview
Ticket Status
Group related statuses together and use color to reinforce each state without changing the component API.