Combobox

Components

Combobox

A filterable single-choice field for larger predefined collections.

Filter and select

Use Combobox when Select would make someone scan too many options.

tsx
<Field.Root>
  <Field.Label>Organization</Field.Label>
  <Combobox label="Organization" options={organizations} />
</Field.Root>

Behavior

Typing filters labels, descriptions, and groups. Arrow keys move through results, Enter selects, Escape closes, and the clear button resets the value.