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.
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.