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() {
|
responsiveOptions() {
|
||||||
this.destroyResponsiveStyleElement();
|
this.destroyResponsiveStyleElement();
|
||||||
this.createResponsiveStyle();
|
this.createResponsiveStyle();
|
||||||
|
},
|
||||||
|
currentView() {
|
||||||
|
Promise.resolve(null).then(() => this.alignOverlay());
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
|
|
Loading…
Reference in New Issue