The Combobox component combines a text input with a listbox of options, allowing users to filter and select from a list.Documentation Index
Fetch the complete documentation index at: https://mintlify.com/yogendrarana/craftdotui/llms.txt
Use this file to discover all available pages before exploring further.
Installation
Usage
This component is built on @base-ui/react’s Combobox primitive. Refer to the source code for the complete API and implementation details.
Features
- Searchable dropdown
- Keyboard navigation
- Single or multiple selection
- Custom option rendering
- Async option loading
- Filtering and sorting
Examples
Basic Combobox
With Search
Accessibility
- Built on @base-ui/react for ARIA compliance
- Combobox ARIA pattern
- Keyboard accessible
- Screen reader support
- Focus management