# Combobox Combines a text input with a listbox, allowing users to filter a list of options to items matching a query. ## Import ``` Copyts import { Combobox } from "@kobalte/core/combobox"; // or import { Root, Label, ... } from "@kobalte/core/combobox"; // or (deprecated) import { Combobox } from "@kobalte/core"; ``` ``` Copyts import { Combobox } from "@kobalte/core/combobox"; // or import { Root, Label, ... } from "@kobalte/core/combobox"; // or (deprecated) import { Combobox } from "@kobalte/core"; ``` ## Features - Exposed to assistive technology as a combobox using the [WAI ARIA Combobox](https://www.w3.org/WAI/ARIA/apg/patterns/combobox/) design pattern. - Support for single and multiple selection. - Support for disabled options. - Labeling support for accessibility. - Support for description and error message help text linked to the button via ARIA. - Tab stop focus management. - Keyboard support for opening the listbox using the arrow keys, including automatically focusing the first or last item accordingly. - Support for opening the list box when typing, on focus, or manually. - Browser autofill integration via a hidden native `