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