@syncfusion/ej2-multicolumn-combobox 28.2.3 → 28.2.6

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.
@@ -1155,7 +1155,7 @@ let MultiColumnComboBox = class MultiColumnComboBox extends Component {
1155
1155
  }
1156
1156
  return;
1157
1157
  }
1158
- if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-popup'))) {
1158
+ if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-multicolumn-list.e-popup'))) {
1159
1159
  e.preventDefault();
1160
1160
  }
1161
1161
  else {
@@ -1446,7 +1446,7 @@ let MultiColumnComboBox = class MultiColumnComboBox extends Component {
1446
1446
  this.remoteDataLength = e.result.length;
1447
1447
  });
1448
1448
  }
1449
- this.popupObj.show(new Animation(eventArgs.animation), this.popupEle);
1449
+ this.popupObj.show(new Animation(eventArgs.animation), this.popupEle.firstElementChild);
1450
1450
  }
1451
1451
  });
1452
1452
  }