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.4.1
https://jsfiddle.net/1knrexuq/
<input type="checkbox" value="hello">
v-model
:false-value="'something truthy'"
Toggling the checkbox toggles the hello string in array.
hello
Toggling the checkbox adds the string to array but doesn't remove it.
The text was updated successfully, but these errors were encountered:
fix: checkbox v-model="array" ignore false-value\n\nclose vuejs#6178
b608971
3d14e85
nickmessing
No branches or pull requests
Version
2.4.1
Reproduction link
https://jsfiddle.net/1knrexuq/
Steps to reproduce
<input type="checkbox" value="hello">
.v-model
.:false-value="'something truthy'"
property.What is expected?
Toggling the checkbox toggles the
hello
string in array.What is actually happening?
Toggling the checkbox adds the string to array but doesn't remove it.
The text was updated successfully, but these errors were encountered: