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.5.18
https://codepen.io/jfcherng/pen/ebYmZB
Just type something to the input box and the <span> gets red.
<span>
Nothing happens to the <span>.
The <span> gets red.
This happens since 2.5.18-beta.0. This won't happen if I removing the trim modifier from the v-model.
2.5.18-beta.0
trim
v-model
The text was updated successfully, but these errors were encountered:
0d4b35f
fix(vdom): remove unnecessary sameVnode condition
da4ae58
fix vuejs#9168
07169ff
No branches or pull requests
Version
2.5.18
Reproduction link
https://codepen.io/jfcherng/pen/ebYmZB
Steps to reproduce
Just type something to the input box and the
<span>
gets red.What is expected?
Nothing happens to the
<span>
.What is actually happening?
The
<span>
gets red.This happens since
2.5.18-beta.0
.This won't happen if I removing the
trim
modifier from thev-model
.The text was updated successfully, but these errors were encountered: