Closed
Description
Version
2.5.16
Reproduction link
https://jsfiddle.net/twyqL8k4/
Steps to reproduce
- Type Jacob into the input.
- 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.