This commit is contained in:
2019-11-27 19:38:59 +00:00
parent be4bb672b7
commit c3ea911e1e
2 changed files with 3 additions and 17 deletions

View File

@@ -241,7 +241,7 @@ export default {
//emit the new data so it syncs with the parent source
var ret = JSON.stringify(cData);
//THis is absolutely required no idea why though
//THis is absolutely required or it won't save any changes, no idea why though
this.$emit("update:value", ret);
//this.$emit("input", ret); //always in UTC
//this triggers the onchange routine in the parent form