We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
checklist
1 parent 6d08c4a commit c66b0e9Copy full SHA for c66b0e9
src/fields/core/fieldChecklist.vue
@@ -86,7 +86,7 @@
86
87
onChanged(event, item) {
88
if (isNil(this.value) || !Array.isArray(this.value)){
89
- this.$set(this, "value", []);
+ this.value = [];
90
}
91
92
if (event.target.checked) {
0 commit comments