Checkbox: change event only triggers on user input

This commit is contained in:
Leopoldthecoder
2017-08-12 23:11:11 +08:00
committed by 杨奕
parent 77ddecea25
commit 2250162553
9 changed files with 186 additions and 48 deletions

View File

@@ -157,7 +157,7 @@
}
},
handleCheckChange(ev) {
handleCheckChange(value, ev) {
this.node.setChecked(ev.target.checked, !this.tree.checkStrictly);
},