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

pull/17461/head
Bryan Matthews 2019-09-16 22:51:58 -04:00 committed by Geass
parent 059448bf7d
commit 45c0ef46f2
1 changed files with 1 additions and 0 deletions

View File

@ -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';