← Hub · Open the micro-demo

Combobox autocomplete: accessible suggestions without stealing focus

A combobox is an input with a suggestion popup. The hard part: the popup must be usable with keyboard and screen readers without moving focus away from the input.

Live demo: combobox-demo.html (BEFORE/AFTER)

Minimum viable pattern

Pitfalls (what breaks real users)

Good defaults