fix(Calendar): when inline, do not apply fixed width to overlay

pull/5300/head
Damian Glowala 2024-02-17 13:25:08 +01:00
parent 843a342024
commit 724787e455
1 changed files with 0 additions and 4 deletions

View File

@ -617,10 +617,6 @@ export default {
if (!this.disabled) {
this.preventFocus = true;
this.initFocusableCell();
if (this.numberOfMonths === 1) {
this.overlay.style.width = DomHandler.getOuterWidth(this.$el) + 'px';
}
}
} else {
this.input.value = this.formatValue(this.modelValue);