Skip to content

v-model on text input on chrome android not updating #9777

@skegel13

Description

@skegel13

Version

2.6.8

Reproduction link

https://jsbin.com/damesok/1

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.

#9299

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions