Combobox
A versatile autocomplete input and command palette built using a composition of the <Popover /> and <Command /> components. This setup enhances search efficiency by providing real-time, context-aware suggestions as users type. By streamlining the selection process, it allows users to quickly find and select relevant items. This component is ideal for applications requiring fast, intuitive search and selection, whether navigating commands or finding data within extensive datasets.
Additional Examples
With Popover
Status
With Dropdown Menu
featureCreate a new project
Responsive
You can create a responsive combobox by using the <Popover />
on desktop and the <Drawer />
components on mobile.
As Form Field
Configurable Props
Because the Combobox is built using the <Popover />
and <Command />
components, it inherits all the configurable props of these components. You can find the full list of configurable props on the Popover and Command pages.