This commit is contained in:
梁灏 2018-12-20 11:42:44 +08:00
parent 3e012ca94d
commit 4cc72ddba5
2 changed files with 5 additions and 0 deletions

View file

@ -55,6 +55,7 @@
if (this.timeDisabled) return;
this.$emit('on-pick-toggle-time');
this.dispatch('CalendarPicker', 'focus-input');
this.dispatch('CalendarPicker', 'update-popper');
},
handleTab(e) {
const tabbables = [...this.$el.children];