Fixed #5073 - Dropdown: autoSize works incorrectly with filter and not only

pull/5206/head
mertsincan 2024-02-02 02:48:39 +00:00
parent d94ceeef19
commit dfdc86d1d6
1 changed files with 1 additions and 0 deletions

View File

@ -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);