Mobius1 / Selectr

A lightweight, vanilla javascript select box replacement. No dependencies.
MIT License
313 stars 77 forks source link

fix accessibility #109

Closed istvanmakary closed 5 years ago

istvanmakary commented 5 years ago

First of all, thanks for this package, I like it! :) We noticed some accessibility issues with the keyboard navigation if searchable option was false. Actually it was closing when the user pressed arrow up or down, because of this toggle function call. Also pressing space button was triggering a scroll down in the browser, so I had to add preventDefault there.

Hope you like it.