@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.
@@ -1506,7 +1506,7 @@ let MultiColumnComboBox = class MultiColumnComboBox extends Component {
1506
1506
  this.isPopupOpen = true;
1507
1507
  this.popupObj.refreshPosition();
1508
1508
  addClass([this.inputWrapper], [ICONANIMATION]);
1509
- attributes(this.inputEle, { 'aria-expanded': 'true', 'aria-owns': this.element.id + '_popup', 'aria-controls': this.element.id });
1509
+ attributes(this.inputEle, { 'aria-expanded': 'true', 'aria-owns': this.element.id + '_options', 'aria-controls': this.element.id });
1510
1510
  if (!isInputOpen) {
1511
1511
  if ((this.value || this.text || this.index)) {
1512
1512
  this.gridObj.selectRow(this.selectedRowIndex);