This commit is contained in:
@@ -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);
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user