This commit is contained in:
@@ -241,7 +241,9 @@ 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.$emit("update:value", ret);
|
||||
//this.$emit("input", ret); //always in UTC
|
||||
//this triggers the onchange routine in the parent form
|
||||
//so that the dirty checking works
|
||||
this.$emit("change", ret);
|
||||
|
||||
@@ -36,6 +36,7 @@
|
||||
</template>
|
||||
<script>
|
||||
/* Xeslint-disable */
|
||||
//******************************** NOTE: this control also captures the TIME even though it's DATE only, this is an intentional design decision to support field change to date or date AND time and is considered a display issue */
|
||||
export default {
|
||||
beforeCreate() {
|
||||
//debugger;@input="dlgdate = false"
|
||||
|
||||
@@ -35,6 +35,7 @@
|
||||
</template>
|
||||
<script>
|
||||
/* Xeslint-disable */
|
||||
//******************************** NOTE: this control also captures the date even though it's time only, this is an intentional design decision to support field change to date or date AND time and is considered a display issue */
|
||||
export default {
|
||||
beforeCreate() {
|
||||
//debugger;
|
||||
|
||||
Reference in New Issue
Block a user