brianvoe / slim-select

Slim advanced select dropdown
http://slimselectjs.com
MIT License
1.03k stars 195 forks source link

Accessibility: 'home', 'end', 'pgup' and 'pgdn' keys not registered #526

Open crystaler4 opened 6 months ago

crystaler4 commented 6 months ago

In native select keys 'home', 'end', 'pgup' and 'pgdn' move the cursor to the beginning and to the end. With slim select options can be moved only with arrow keys.

Can you also register these 4 keys for the most native experience possible?

brianvoe commented 6 months ago

if you want to test it out and submit a pr ill take a look at it