minflow

Selection

Combo box

When a list is too long to scan, the combo box lets the user type their way to it. The surviving options reflow rather than snapping, so the list stays readable while it narrows.

npx shadcn@latest add @minflow/combobox

Where to use it

  • Long option sets: countries, repositories, frameworks, assignees.
  • Anywhere the user probably knows the value they want and would rather type than hunt.

Variations

Type to filter

The default. Typing narrows the list live, Enter takes the highlighted match.