Fixed #2369 - Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month
parent
6f48ac5eed
commit
890b670293
|
@ -411,6 +411,9 @@ export default {
|
|||
responsiveOptions() {
|
||||
this.destroyResponsiveStyleElement();
|
||||
this.createResponsiveStyle();
|
||||
},
|
||||
currentView() {
|
||||
Promise.resolve(null).then(() => this.alignOverlay());
|
||||
}
|
||||
},
|
||||
methods: {
|
||||
|
|
Loading…
Reference in New Issue