|
@@ -283,6 +283,7 @@
|
|
|
|
|
|
this.modifyDateField(label, now);
|
|
this.modifyDateField(label, now);
|
|
this.adjustSpinner(label, now);
|
|
this.adjustSpinner(label, now);
|
|
|
|
+ this.$nextTick(() => this.emitSelectRange(this.currentScrollbar));
|
|
},
|
|
},
|
|
amPm(hour) {
|
|
amPm(hour) {
|
|
let shouldShowAmPm = this.amPmMode.toLowerCase() === 'a';
|
|
let shouldShowAmPm = this.amPmMode.toLowerCase() === 'a';
|