alphagov / accessible-autocomplete

An autocomplete component, built to be accessible.
https://alphagov.github.io/accessible-autocomplete/examples/
MIT License
900 stars 147 forks source link

Focus management on list dismissal (Escape Key) #692

Open emilieviau opened 3 months ago

emilieviau commented 3 months ago

If the user presses the Escape key to exit the suggestions list without selecting an item, the expected behavior is for the focus to return to the input field.

Currently, however, the focus instead resets to the beginning of the document.

Related issue : #532