@syncfusion/ej2-multicolumn-combobox 33.1.46 → 33.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -527,6 +527,13 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
527
527
  this.updateGridHeight(true, true);
528
528
  }
529
529
  this.popupObj.refreshPosition();
530
+ if (args.requestType === 'refresh') {
531
+ setTimeout(function () {
532
+ if (_this.popupObj && _this.isPopupOpen) {
533
+ _this.popupObj.refreshPosition();
534
+ }
535
+ }, 0);
536
+ }
530
537
  this.gridObj.element.querySelector('.e-content').scrollTop = 0;
531
538
  };
532
539
  MultiColumnComboBox.prototype.handleKeyPressed = function (args) {