Fixed #2369 - Calendar | Loses alignment when positioned at the top of the input and the user clicks in the year/month

pull/2370/head
yigitfindikli 2022-03-30 14:19:31 +03:00
parent 6f48ac5eed
commit 890b670293
1 changed files with 3 additions and 0 deletions

View File

@ -411,6 +411,9 @@ export default {
responsiveOptions() {
this.destroyResponsiveStyleElement();
this.createResponsiveStyle();
},
currentView() {
Promise.resolve(null).then(() => this.alignOverlay());
}
},
methods: {