You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using the keyboard to navigate, the list opens automatically when the component receives focus. It doesn't however close when losing focus. Would that be possible to implement, or have a prop to enable it?
To reproduce what I'm describing: https://svelte-multiselect.netlify.app/
Use tab to navigate to the first list
When it opens use tab to jump to the next list (or other item if this had been a typical form)
The second list opens but the first one stays open.
The text was updated successfully, but these errors were encountered:
When using the keyboard to navigate, the list opens automatically when the component receives focus. It doesn't however close when losing focus. Would that be possible to implement, or have a prop to enable it?
To reproduce what I'm describing:
https://svelte-multiselect.netlify.app/
Use tab to navigate to the first list
When it opens use tab to jump to the next list (or other item if this had been a typical form)
The second list opens but the first one stays open.
The text was updated successfully, but these errors were encountered: