@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.
@@ -1,6 +1,6 @@
1
1
  /*!
2
2
  * filename: index.d.ts
3
- * version : 31.2.2
3
+ * version : 31.2.4
4
4
  * Copyright Syncfusion Inc. 2001 - 2025. All rights reserved.
5
5
  * Use of this code is subject to the terms of our license.
6
6
  * A copy of the current license can be obtained at any time by e-mailing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@syncfusion/ej2-multicolumn-combobox",
3
- "version": "31.2.2",
3
+ "version": "31.2.4",
4
4
  "description": "Essential JS 2 Component",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -9,8 +9,8 @@
9
9
  "es2015": "./dist/es6/ej2-multicolumn-combobox.es5.js",
10
10
  "typings": "index.d.ts",
11
11
  "dependencies": {
12
- "@syncfusion/ej2-base": "~31.2.2",
13
- "@syncfusion/ej2-grids": "~31.2.2"
12
+ "@syncfusion/ej2-base": "~31.2.4",
13
+ "@syncfusion/ej2-grids": "~31.2.4"
14
14
  },
15
15
  "devDependencies": {},
16
16
  "keywords": [
@@ -1594,7 +1594,7 @@ var MultiColumnComboBox = /** @class */ (function (_super) {
1594
1594
  _this.isPopupOpen = true;
1595
1595
  _this.popupObj.refreshPosition();
1596
1596
  addClass([_this.inputWrapper], [ICONANIMATION]);
1597
- attributes(_this.inputEle, { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_popup', 'aria-controls': _this.element.id });
1597
+ attributes(_this.inputEle, { 'aria-expanded': 'true', 'aria-owns': _this.element.id + '_options', 'aria-controls': _this.element.id });
1598
1598
  if (!isInputOpen) {
1599
1599
  if ((_this.value || _this.text || _this.index)) {
1600
1600
  _this.gridObj.selectRow(_this.selectedRowIndex);