Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upProblem when a v-model end with spaces #7730
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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 ']