Skip to content

v-model.lazy is not updating the value of an input when it has a focus #8346

Closed
@mciesin

Description

@mciesin

Version

2.5.16

Reproduction link

https://jsfiddle.net/twyqL8k4/

Steps to reproduce

  1. Type Jacob into the input.
  2. Hit enter.

What is expected?

Value property of the input element should be changed to Joseph, as was the value of the name property in the Vue instance.

What is actually happening?

Value property of the input element is not being changed.


The value of the input is correctly being updated when using v-model without .lazy modifier.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions