Back to components
UI component

Searchable Select

Modal searchable picker with type-to-filter, label display, and multi-select support.

Install

What it does

  • Search-as-you-type filtering
  • Modal bottom-sheet style interface
  • Multi-select mode with tag display
  • Label and placeholder support
  • Selected value display in trigger

When to use

Use it

Country pickers, category selectors, tag inputs, any large option list needing search.

Skip it

2-5 option lists (use custom-radio instead), or static selection.

Files & routes added

  • components/ui/searchable-select.tsx

Related components