We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6d08c4a + c66b0e9 commit 16c256eCopy full SHA for 16c256e
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