Skip to content
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

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
Labels

Comments

@Leocardoso94
Copy link

@Leocardoso94 Leocardoso94 commented Mar 1, 2018

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

@Leocardoso94 Leocardoso94 mentioned this issue Mar 2, 2018
6 of 13 tasks complete
@posva posva added the improvement label Mar 3, 2018
posva added a commit to posva/vue that referenced this issue Mar 4, 2018
@yyx990803

This comment has been minimized.

Copy link
Member

@yyx990803 yyx990803 commented Mar 8, 2018

fixed via #7735 / #7737

@yyx990803 yyx990803 closed this Mar 8, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

3 participants
You can’t perform that action at this time.