mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 08:52:34 +00:00
Fixed #5073 - Dropdown: autoSize works incorrectly with filter and not only
This commit is contained in:
parent
d94ceeef19
commit
dfdc86d1d6
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ export default {
|
||||||
if (DomHandler.isVisible(this.element)) {
|
if (DomHandler.isVisible(this.element)) {
|
||||||
this.setContentEl(this.content);
|
this.setContentEl(this.content);
|
||||||
this.init();
|
this.init();
|
||||||
|
this.calculateAutoSize();
|
||||||
this.bindResizeListener();
|
this.bindResizeListener();
|
||||||
|
|
||||||
this.defaultWidth = DomHandler.getWidth(this.element);
|
this.defaultWidth = DomHandler.getWidth(this.element);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue