UI Patterns
Combobox / autocomplete
Een tekstinvoer met een pop-uplijst met opties. Een van de moeilijkste ARIA-patronen: role="combobox" + aria-expanded + aria-activedescendant + listbox. Kapotte implementaties zijn overal — test met schermlezers.
In gewone taal
A type-ahead box that suggests options as you type — one of the hardest things to build accessibly, so test it carefully.