Semantics
Base UI combobox, listbox, options, empty state, and form value.
Composite inputs · stable · MIT
An editable option picker with filtering and collision-aware popup.
Install editable source
Behavior contract
Base UI combobox, listbox, options, empty state, and form value.
Typing filters; arrows move options; Enter selects; Escape closes.
Light and dark themes, logical RTL layout, reduced motion, responsive content, and forwarded public refs.
Source-derived reference
These public React parts are read directly from the canonical source during the documentation build.
GummyComboboxEmptyGummyComboboxInputGummyComboboxInputGroupGummyComboboxItemGummyComboboxLabelGummyComboboxPopupGummyComboboxPositionerGummyComboboxTriggerEach exported part accepts the underlying native, Base UI, or documented Radix prop contract. Inspect the selected source below for exact generic types.
Troubleshooting
Implementation decisions
Use a combobox when customers need to search or choose from a substantial option set; a native select is usually clearer for a short stable list. Keep the typed value, highlighted option, and committed selection distinct. Announce result counts and empty states without excessive chatter. Test free text, exact matches, long results, async failure, touch input, escape, blur, and reopening after a selection.
Live product source
The Component Lab exercises real source across default, focus, disabled, responsive, dark, reduced-motion, and RTL contexts.
Open the live Component LabInteractive inspection
Load the real component preview when you are ready to interact with its responsive, theme, and direction controls.
Editable source
The registry payload stays off the initial page request.