Skip to content
New issue

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

Problem when a v-model end with spaces #7730

Closed
Leocardoso94 opened this issue Mar 1, 2018 · 1 comment
Closed

Problem when a v-model end with spaces #7730

Leocardoso94 opened this issue Mar 1, 2018 · 1 comment

Comments

@Leocardoso94
Copy link

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 ']

@yyx990803
Copy link
Member

fixed via #7735 / #7737

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants