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
Could there be an option to trigger the select on mouse/pointerdown instead of pointerup? Would make it more responsive, otherwise there's a small delay between when the mouse is clicked and when the options appear
Thanks for the library by the way, it otherwise works excellent
The text was updated successfully, but these errors were encountered:
Would be really great to have that fixed.
I have a dropdown of another framework that closes on mousedown. If I click on a dropdown element directly above the svelte-select input, it then opens. That would be fixed with changing the event from pointerup to click or pointerdown.
Could there be an option to trigger the select on mouse/pointerdown instead of pointerup? Would make it more responsive, otherwise there's a small delay between when the mouse is clicked and when the options appear
Thanks for the library by the way, it otherwise works excellent
The text was updated successfully, but these errors were encountered: