-
Notifications
You must be signed in to change notification settings - Fork 124
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
update-items not working on mobile Chrome #75
Comments
@miloskrca hello, did you find any solution for this issue? |
hi @mishanino, no, sorry, I implemented my own solution. |
@miloskrca Got it, thanks for your reply |
input event is not fully supported on mobile devices |
hi, i have this bug. If the ajax mode is on and autocompletion (T9) is enabled on the android mobile phone, the system does not start searching until you press "enter (loop)" Pls fx bug then switch on autocompletion on android 8 and high |
This is caused by this: vuejs/vue#9777 (comment) |
I could manage to solve this using the change event of the autocomplete. Follow these steps:
|
Hi,
the update-items event does get triggered on change but the value that the event handler gets invoked with is always the same.
E.g.
After de-focusing the input (click anywhere else outside the input field), the "text" value gets updated to the current input value.
What I expect?
The "text" value changes to reflect the input value changes.
What happens?
The "text" value is always "foobar".
OS
Android 8.0.0
Browser
Chrome 69.0.3497.100
The text was updated successfully, but these errors were encountered: