-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
iOS Safari/Chrome + Multiselect + Vue 2 #3911
Comments
I don't know if these commits fixed the issue, but they're not included in the latest 2.0.1 build. You have to wait until the next release or clone the repo and build Vue by yourself. |
You are right about it - i tought they was included already in vue.js at dev. |
I tested your fiddle locally, and interestingly, this is a bug in iOS itself: |
Youre right again :) |
#3852 and #3901 --- Its not over yet.
https://jsfiddle.net/5sjt0jyq/1/
Run this Fiddle on iOS Safari or Chrome and you see at first that "3 items" are selected --- but when you open this select, then 1st item is unselected.
Just click "done" and "3 items" remains.
Open it again (1st item is unselected) and click "done" again --- now "2 items" selected.
Open/close again and "3 items" selected.
Repeat this sequence and "3 items" and "2 items" keep changing without selecting or deselecting anything.
The text was updated successfully, but these errors were encountered: