Skip to content

Commit

Permalink
TimePicker: Set the selection range after scrolling up or down (Eleme…
Browse files Browse the repository at this point in the history
  • Loading branch information
mattheyan authored and oleksiikhr committed Jan 13, 2020
1 parent e72a5a3 commit 6e02c36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/date-picker/src/basic/time-spinner.vue
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down

0 comments on commit 6e02c36

Please sign in to comment.