Combobox and Autocomplete Done Right
Build a searchable select that screen readers grasp.
What a Combobox Is
A combobox is an input paired with a popup of suggestions. Think search boxes that drop down matching results as you type. 🔍
Two Parts Working Together
A combobox has a text input the user types into and a separate popup listbox of options. ARIA wires the two so screen readers connect them.
All lessons in this course
- Reading the APG: Pattern, Keys, and Examples
- Combobox and Autocomplete Done Right
- Menu, Menubar, and the Menu Button
- Treegrid and Other Advanced Patterns