We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
2.5.13
https://codepen.io/leocardoso/pen/OQqNYz?editors=1011
Create an input with a v-model like
And try to change its value
The value of model change
The value of model doesn't change and it creates a new property to the Object ended with space like obj['value ']
The text was updated successfully, but these errors were encountered:
test(model): use nested object in v-model + whitespace test
37aeb19
Fix vuejs#7730
fixed via #7735 / #7737
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Version
2.5.13
Reproduction link
https://codepen.io/leocardoso/pen/OQqNYz?editors=1011
Steps to reproduce
Create an input with a v-model like
And try to change its value
What is expected?
The value of model change
What is actually happening?
The value of model doesn't change and it creates a new property to the Object ended with space like obj['value ']
The text was updated successfully, but these errors were encountered: