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
{{ message }}
This repository has been archived by the owner on Jul 19, 2019. It is now read-only.
On debugging I noticed that in step 4 of the description above, handleInputClick does not get called. Even an additional event handler set in the dev tools ($0.addEventListener('click', function (e) { console.log(e); });) does not get called. So maybe it's an issue with Safari.
A click on the label works fine.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce:
To open the menu again, the field has to lose the focus first. When it gains the focus again, the menu opens correctly.
Other browsers (like Chrome on Android) work fine.
The text was updated successfully, but these errors were encountered: