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

Unbound input value parameter containing non-breakable space gets changed when Vue initializes #10613

Closed
avertes-vv opened this issue Oct 10, 2019 · 1 comment

Comments

@avertes-vv
Copy link

avertes-vv commented Oct 10, 2019

Version

2.6.10

Reproduction link

https://codepen.io/avertes/pen/LYYpNRe

Steps to reproduce

Insert <input value="A &nbsp; B" /> inside Vue.js App html

What is expected?

Value "A  B" is shown

What is actually happening?

Value "A &nbsp; B" is shown


Other escaped characters, for example > ( &gt; ) works as expected, but issue arises with any version of non-breakable space.

@posva
Copy link
Member

posva commented Oct 10, 2019

Duplicate of #8895

@posva posva marked this as a duplicate of #8895 Oct 10, 2019
@posva posva closed this as completed Oct 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants