We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
this.$set
1 parent 67a3659 commit 4b7e118Copy full SHA for 4b7e118
src/fields/core/fieldChecklist.vue
@@ -69,7 +69,7 @@
69
70
onChanged(event, item) {
71
if (isNil(this.value))
72
- this.value = [];
+ this.$set(this, "value", []);
73
74
if (event.target.checked)
75
this.value.push(this.getItemID(item));
0 commit comments