@syncfusion/ej2-dropdowns 31.2.12 → 31.2.15

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.
@@ -5879,6 +5879,7 @@ var DropDownList = /** @__PURE__ @class */ (function (_super) {
5879
5879
  _this.getFocusElement();
5880
5880
  _this.checkCollision(popupEle_1);
5881
5881
  if (Browser.isDevice) {
5882
+ _this.popupObj.resolveCollision();
5882
5883
  if ((parseInt(_this.popupWidth.toString(), 10) > window.outerWidth) &&
5883
5884
  !(_this.getModuleName() === 'dropdownlist' && _this.allowFiltering)) {
5884
5885
  _this.popupObj.element.classList.add('e-wide-popup');