Commit 45c0ef46 authored by Bryan Matthews's avatar Bryan Matthews Committed by Geass

TimePicker: Set the selection range after scrolling up or down (#16868)

parent 059448bf
...@@ -283,6 +283,7 @@ ...@@ -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';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment