diff --git a/ayanova/src/components/custom-fields-control.vue b/ayanova/src/components/custom-fields-control.vue index 7fbd414c..8fe9ef86 100644 --- a/ayanova/src/components/custom-fields-control.vue +++ b/ayanova/src/components/custom-fields-control.vue @@ -286,13 +286,6 @@ export default { //emit the new data so it syncs with the parent source var ret = JSON.stringify(cData); - //this seemed to be required previously but I went to change only and it seems to work fine in testing so sticking with change - //for consistency - //this.$emit("update:value", ret); - - //this triggers the onchange routine in the parent form - //so that the dirty checking works - // this.$emit("change", ret); this.$emit("input", ret); } },