@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.
- package/dist/ej2-multicolumn-combobox.umd.min.js +2 -2
- package/dist/ej2-multicolumn-combobox.umd.min.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es2015.js +2 -2
- package/dist/es6/ej2-multicolumn-combobox.es2015.js.map +1 -1
- package/dist/es6/ej2-multicolumn-combobox.es5.js +2 -2
- package/dist/es6/ej2-multicolumn-combobox.es5.js.map +1 -1
- package/dist/global/ej2-multicolumn-combobox.min.js +2 -2
- package/dist/global/ej2-multicolumn-combobox.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +7 -7
- package/src/multicolumn-combobox/multi-column-combo-box.js +2 -2
|
@@ -1240,7 +1240,7 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
|
|
|
1240
1240
|
}
|
|
1241
1241
|
return;
|
|
1242
1242
|
}
|
|
1243
|
-
if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-popup'))) {
|
|
1243
|
+
if ((target.classList.contains('e-multicolumn-list-icon') || closest(target, '.e-multicolumn-list.e-popup'))) {
|
|
1244
1244
|
e.preventDefault();
|
|
1245
1245
|
}
|
|
1246
1246
|
else {
|
|
@@ -1536,7 +1536,7 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
|
|
|
1536
1536
|
_this.remoteDataLength = e.result.length;
|
|
1537
1537
|
});
|
|
1538
1538
|
}
|
|
1539
|
-
_this.popupObj.show(new Animation(eventArgs.animation), _this.popupEle);
|
|
1539
|
+
_this.popupObj.show(new Animation(eventArgs.animation), _this.popupEle.firstElementChild);
|
|
1540
1540
|
}
|
|
1541
1541
|
});
|
|
1542
1542
|
};
|