-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v-model.lazy is not updating the value of an input when it has a focus #6564
Comments
Works
I tested and works for me |
@joaovinicius I use Google Chrome 104.0.5112.102 |
|
@joaovinicius |
Vue version
after 3.2.0-beta.5
Link to minimal reproduction
https://jsfiddle.net/jtsacqey/24/
Steps to reproduce
same as vuejs/vue#8346
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.
System Info
No response
Any additional comments?
The value of the input is correctly being updated when using v-model without .lazy modifier.
3.2.0-beta.4 does not have this bug.
This bug occurs since 3.2.0-beta.5.
The text was updated successfully, but these errors were encountered: