-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
v-model cant reflect input value in wechat on iphone #5020
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
Comments
I cannot test myself but I saw you were using an outdated version of Vue 1. Please test with the updated version |
Hi @gaecom . I found this behavior is IME specific. That is, Chinese IME will not input any characters without confirmation. The same behavior can be produced on plain input and various websites, e.g. GitHub. I wonder it can be fixed in JS library. |
FYI ignoring composition events on desktop is necessary to ensure correct syncing behavior. Not sure if this is even possible to fix if the user does not finish composition. |
@HerringtonDarkholme Do you think we can close this? |
@posva Yes I think so. If some one has come up with a new solution, we can open a new issue. For now I don't think there is a panacea. |
test environment
app(or wechat) on iphone
Vue.js version
1.0 version
Reproduction Link
visit the page in wechat on iphone
Steps to reproduce
http://jsbin.com/kiquvesiju/edit?html,js,output
What is Expected?
expected echo data is your input message
What is actually happening?
Alerted message when hit the "echo a1" button is empty.
The text was updated successfully, but these errors were encountered: