@syncfusion/ej2-multicolumn-combobox 31.2.2 → 31.2.4

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.
@@ -1589,7 +1589,7 @@ var MultiColumnComboBox = /** @__PURE__ @class */ (function (_super) {
1589
1589
  _this.isPopupOpen = true;
1590
1590
  _this.popupObj.refreshPosition();
1591
1591
  addClass([_this.inputWrapper], [ICONANIMATION]);
1592
- attributes(_this.inputEle, { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_popup', 'aria-controls': _this.element.id });
1592
+ attributes(_this.inputEle, { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_options', 'aria-controls': _this.element.id });
1593
1593
  if (!isInputOpen) {
1594
1594
  if ((_this.value || _this.text || _this.index)) {
1595
1595
  _this.gridObj.selectRow(_this.selectedRowIndex);