MultiCombobox
Searchable dropdown with single or multiple selection. Shadow DOM safe.
Usage
tsx
import { MultiCombobox } from "@/components/ui/multi-combobox";
<MultiCombobox multiple={false} placeholder="Select a fruit..." selectedLabel="Fruits" disabled={false}>...</MultiCombobox>MultiCombobox Controls
multiple
placeholder
selectedLabel
disabled
Examples
Single Select
Multiple Select
With Disabled Options
Disabled Combobox
Installation
Install
$ pnpm dlx shadcn@latest add @perimeter/multi-combobox