Skip to content
Perimeter Style

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 multiple={false} placeholder="Select a fruit..." selectedLabel="Fruits" disabled={false}>...</MultiCombobox>

Light

Dark

Default

Metrics

Perimeter Api

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

Search

Search for components, templates, and more.