rob-balfre / svelte-select

Svelte Select. A select component for Svelte
https://svelte-select-examples.vercel.app
Other
1.25k stars 175 forks source link

Accessibilty doesn't work properly #560

Closed easteryard closed 1 year ago

easteryard commented 1 year ago

Using the arrow keys to focus list items in the drop down doesn't make the drop down view follow along with the focused list item.

If the focused list item is outside of the drop down view and you scroll down to it and then start using the arrow keys again the drop down view will reset to the top of the list.

https://user-images.githubusercontent.com/19154371/220345699-de229e8d-54e9-4de5-abaf-ec27e012b61a.mp4

rob-balfre commented 1 year ago

@easteryard got a REPL example?

A basic setup works ok... https://svelte.dev/repl/b0841bd9a09b4d8288eb889256bb8842?version=3.55.1