@syncfusion/ej2-dropdowns 32.1.22 → 32.1.23

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 : 32.1.22
3
+ * version : 32.1.23
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-dropdowns",
3
- "version": "32.1.22",
3
+ "version": "32.1.23",
4
4
  "description": "Essential JS 2 DropDown Components",
5
5
  "author": "Syncfusion Inc.",
6
6
  "license": "SEE LICENSE IN license",
@@ -8,10 +8,10 @@
8
8
  "module": "./index.js",
9
9
  "es2015": "./dist/es6/ej2-dropdowns.es5.js",
10
10
  "dependencies": {
11
- "@syncfusion/ej2-base": "~32.1.19",
12
- "@syncfusion/ej2-data": "~32.1.19",
11
+ "@syncfusion/ej2-base": "~32.1.23",
12
+ "@syncfusion/ej2-data": "~32.1.23",
13
13
  "@syncfusion/ej2-inputs": "~32.1.22",
14
- "@syncfusion/ej2-lists": "~32.1.19",
14
+ "@syncfusion/ej2-lists": "~32.1.23",
15
15
  "@syncfusion/ej2-navigations": "~32.1.19",
16
16
  "@syncfusion/ej2-notifications": "~32.1.22",
17
17
  "@syncfusion/ej2-popups": "~32.1.19"
@@ -280,13 +280,11 @@ var CheckBoxSelection = /** @class */ (function () {
280
280
  prepend([this.parent.filterParent], args.popupElement);
281
281
  attributes(this.filterInput, {
282
282
  'aria-disabled': 'false',
283
- 'role': 'combobox',
283
+ 'role': 'searchbox',
284
284
  'autocomplete': 'off',
285
285
  'autocapitalize': 'off',
286
286
  'spellcheck': 'false',
287
- 'aria-label': 'multiselect',
288
- 'aria-expanded': 'true',
289
- 'aria-controls': args.popupElement.id
287
+ 'aria-label': 'multiselect'
290
288
  });
291
289
  this.clearIconElement = this.filterInput.parentElement.querySelector('.' + clearIcon);
292
290
  if (!Browser.isDevice && this.clearIconElement) {