Combobox
An autocomplete input with a filterable list of suggestions.
Installation
npx shadcn@latest add https://landorui.landorestate.com/r/combobox.jsonUsage
An autocomplete input with a filterable list of suggestions.
import {
Combobox,
ComboboxContent,
ComboboxEmpty,
ComboboxInput,
ComboboxItem,
ComboboxList,
} from "@/components/ui/combobox";