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? 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
2.6.10
https://codepen.io/avertes/pen/LYYpNRe
Insert <input value="A B" /> inside Vue.js App html
Value "A B" is shown
Value "A B" is shown
Other escaped characters, for example > ( > ) works as expected, but issue arises with any version of non-breakable space.
The text was updated successfully, but these errors were encountered:
Duplicate of #8895
Sorry, something went wrong.
No branches or pull requests
Version
2.6.10
Reproduction link
https://codepen.io/avertes/pen/LYYpNRe
Steps to reproduce
Insert <input value="A B" /> inside Vue.js App html
What is expected?
Value "A B" is shown
What is actually happening?
Value "A B" is shown
Other escaped characters, for example > ( > ) works as expected, but issue arises with any version of non-breakable space.
The text was updated successfully, but these errors were encountered: