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
I've noticed an issue when using svelte-select in a mobile app built with Svelte 5 and Capacitor - when testing on the Android simulator, clicking on the dropdown chevron does not open the select dropdown, even though clicking on the select box itself does open it.
I'm on svelte-select version [5.8.3].
The text was updated successfully, but these errors were encountered:
I'm dealing with a slightly different issue where tapping the chevron or an item in a multiselect causes the keyboard to show and immediately disappear.
For the chevron I have a workaround, basically I don't use the default showChevron prop and replaced it with a similar looking pseudoelement. Here's the outline of the solution:
First off, thanks for this great library.
I've noticed an issue when using svelte-select in a mobile app built with Svelte 5 and Capacitor - when testing on the Android simulator, clicking on the dropdown chevron does not open the select dropdown, even though clicking on the select box itself does open it.
I'm on svelte-select version [5.8.3].
The text was updated successfully, but these errors were encountered: