mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
fix(Calendar): when inline, do not apply fixed width to overlay
This commit is contained in:
parent
843a342024
commit
724787e455
1 changed files with 0 additions and 4 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue