Studiov0.6.0

Combobox

Tier 1shadcn
Inputs

A searchable dropdown combining Input and Select for large option lists.

Live Preview

Code

import { Combobox } from "@regen/ui";

<Combobox />

Props Inspector

No configurable props for this component.

Documentation

Use Cases

  • Country/state pickers
  • Org/contact lookup
  • Tagging and categorization

Do

  • Use for 10+ options where search helps
  • Support keyboard navigation and empty state

Don't

  • Don't use for simple 3-5 option lists — use Select
  • Don't skip empty state when no results match