bluzky / nice-select2

A lightweight vanilla javascript library that replaces native select elements with customizable dropdowns
https://bluzky.github.io/nice-select2/
MIT License
370 stars 61 forks source link

Use arrow keys to navigate up and down when overflow-y is scrollable #76

Open ivanakruljac opened 10 months ago

ivanakruljac commented 10 months ago

So, the _onKeyPressed function selects the next element, but if there is overflow-y scroll applied to the ul list, it doesn't move the position with keycode = 38 and keycode = 40. User needs to use mouse to acually scroll thru list.

This is something that would be very nice to have :)

Many thanks!

Ivana

nice-select2