### Version 2.5.16 ### Reproduction link [https://jsfiddle.net/twyqL8k4/](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. <!-- generated by vue-issues. DO NOT REMOVE -->