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'm facing a problem that seems to be somehow connected to Safari mobile, yet it cannot be reproduced on Choices demo page.
I'm using Choices to build my multiselect, but on Safari mobile (iOS 12) choices from the list cannot be selected by pressing them. The only way to select an item is to press enter on the keyboard.
My setup is pretty simple (it's a component written using Stencil.js):
Everything works fine on most of the browsers except Safari on iOS - even Android works fine. Even Safari on Mac works fine. I guess it might be events that are being fired on this specific browser which may be incorrect. Do you have any ideas on how to solve that? (I was testing Choices demo page on the same browser and your examples work fine)
I was also trying to attach an event listener to the original select element via
Hi everyone,
I'm facing a problem that seems to be somehow connected to Safari mobile, yet it cannot be reproduced on Choices demo page.
I'm using Choices to build my multiselect, but on Safari mobile (iOS 12) choices from the list cannot be selected by pressing them. The only way to select an item is to press enter on the keyboard.
My setup is pretty simple (it's a component written using Stencil.js):
Everything works fine on most of the browsers except Safari on iOS - even Android works fine. Even Safari on Mac works fine. I guess it might be events that are being fired on this specific browser which may be incorrect. Do you have any ideas on how to solve that? (I was testing Choices demo page on the same browser and your examples work fine)
I was also trying to attach an event listener to the original select element via
but it's the same result as through Stencil's `onChange'.
Reproducing it via BrowserStack - https://streamable.com/ifuiv
The text was updated successfully, but these errors were encountered: