This commit is contained in:
2020-03-26 23:43:35 +00:00
parent b9fa360d33
commit 92b573189a

View File

@@ -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);
}
},