Documentation Index
Fetch the complete documentation index at: https://mintlify.com/mui/base-ui/llms.txt
Use this file to discover all available pages before exploring further.
Combobox
An input widget with an associated popup that allows users to select a value from a list.
Import
import * as Combobox from '@base-ui/react/combobox';
Combobox.Root
Groups all parts of the combobox. Doesn’t render its own HTML element.
Props
Combobox.Trigger
Wrapper for the input and clear button.
Combobox.Input
The text input that triggers the combobox popup.
Combobox.Icon
An optional icon displayed inside the trigger.
Combobox.Clear
A button that clears the selected value.
Combobox.Portal
Portals the combobox popup to a different part of the DOM.
Combobox.Positioner
Positions the combobox popup relative to the trigger.
The popup that contains the combobox items.
Combobox.List
Scrollable list container for combobox items.
Combobox.Item
An item in the combobox list.
Props
Combobox.Group
Groups related combobox items.
Combobox.GroupLabel
Labels a group of combobox items.
Combobox.Empty
Displayed when there are no items to show.
Combobox.Backdrop
An optional overlay displayed beneath the combobox popup.
Combobox.Arrow
An optional arrow element that points toward the trigger.