-
Notifications
You must be signed in to change notification settings - Fork 152
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
does not work at all on Android #50
Comments
Can you try this with 1b1d09a? I've replaced v-model with custom |
I'm not sure how to test this. Can you make your jsfiddle demo use this new version so I can test it that way? I had to scramble yesterday and replace the mobile version of the autocomplete using another library because I wasn't sure how long it would take for a fix and I couldn't have a broken search in production (my bad for not testing it more thoroughly) |
Alright, I've released |
Feel free to reopen if the issue persists after package update. |
Version 1.3.5
Description
This is a pretty big deal.. I just noticed this multiselect is completely unresponsive on my Android phone. It's not only my personal project, your own demo shows the same results https://jsfiddle.net/q6Lnpr7a/
Try the Autocomplete demo #5. I haven't tested it on IOS but on Android if you try to type inside the autocomplete box, the text goes on top of the placeholder, and it doesn't actually perform any search! It appears to perform a search when you tap outside the box, but then I think that also causes your text to disappear to it doesn't actually search.
Works perfectly on desktop. Also you can't reproduce this using Desktop Chrome's "device toolbar". Maybe you can reproduce it with GenyMotion/Xcode simulator.. hopefully you have an Android phone available.
The text was updated successfully, but these errors were encountered: