bikehopper / bikehopper-ui

Friendly bike+transit directions (frontend)
Other
27 stars 2 forks source link

Make autocomplete accessible by keyboard #202

Closed graue closed 2 months ago

graue commented 1 year ago

The autocomplete for the starting location isn't keyboard accessible, because to get to the autocomplete results, you have to first tab through the textbox for ending location, which hides the starting location autocomplete results.

We should fix this and make the autocomplete accessible, ideally also making SelectionListItems be <button>s, and improving the focus styling of all of the inputs involved, as the focus state is ugly with default styling

graue commented 2 months ago

Fixed by #385