-
-
Notifications
You must be signed in to change notification settings - Fork 33.8k
Closed
Description
Version
2.6.8
Reproduction link
Steps to reproduce
Using v-model on text inputs in Vue is not updating a normal characters are being typed. However, numbers and spaces do trigger the update.
What is expected?
My value on v-model should be updated when I type into the field in Chrome on Android
What is actually happening?
The input is not being detected until I insert a number or a space.
I was able to get this to work on mobile using :value="model" and @input="model = $event.target.value", but I would assume v-model should work the same.
I am creating this issue because an older issue reporting the same behavior has been closed but it does not appear the issue was fixed.
martinstoeckli
Metadata
Metadata
Assignees
Labels
No labels