Closed
Description
Version
2.4.1
Reproduction link
https://jsfiddle.net/1knrexuq/
Steps to reproduce
- Create an
<input type="checkbox" value="hello">
. - Bind it to an array using
v-model
. - Add
: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.
Metadata
Metadata
Assignees
Labels
No labels