Skip to content

.once modifier on input event prevents v-model from updating value on input element. #11925

Open
@Nicolas-Yazzoom

Description

@Nicolas-Yazzoom

Version

2.6.11

Reproduction link

https://jsfiddle.net/fxdez9qh/

Steps to reproduce

Type some text in the input field.

What is expected?

The input handler is executed and the value in the input is updated.

What is actually happening?

The input handler is executed but the first update to the model is not applied. This means the first character typed will not show up.


I found this issue: #6552 It's a few years old and it was fixed but it seems to be the same problem.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions