Designpedia
All terms
Navigation & Inputs · Inputs & Forms

Combobox

also known as Combo box, Editable dropdown

A combobox merges a text input with a dropdown list, letting users either type to filter the options or open the full list to browse. It can be restricted to list choices or allow custom entries. It suits finite option sets where typing speeds up selection.

See it live — shadcn/ui · MUI · Ant Design
Don't confuse it with
A combobox always offers a browsable dropdown and may allow custom input; a plain select has no typing at all; autocomplete focuses on suggesting matches from large or dynamic data as you type, often without a full list to open.
In the wild
A font picker where you can type 'Ari' or scroll to find 'Arial'.
Tags
Sources