Fixed #5073 - Dropdown: autoSize works incorrectly with filter and not only
parent
d94ceeef19
commit
dfdc86d1d6
|
@ -129,6 +129,7 @@ export default {
|
|||
if (DomHandler.isVisible(this.element)) {
|
||||
this.setContentEl(this.content);
|
||||
this.init();
|
||||
this.calculateAutoSize();
|
||||
this.bindResizeListener();
|
||||
|
||||
this.defaultWidth = DomHandler.getWidth(this.element);
|
||||
|
|
Loading…
Reference in New Issue