@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.
@@ -20408,13 +20408,11 @@ var CheckBoxSelection = /** @__PURE__ @class */ (function () {
20408
20408
  prepend([this.parent.filterParent], args.popupElement);
20409
20409
  attributes(this.filterInput, {
20410
20410
  'aria-disabled': 'false',
20411
- 'role': 'combobox',
20411
+ 'role': 'searchbox',
20412
20412
  'autocomplete': 'off',
20413
20413
  'autocapitalize': 'off',
20414
20414
  'spellcheck': 'false',
20415
- 'aria-label': 'multiselect',
20416
- 'aria-expanded': 'true',
20417
- 'aria-controls': args.popupElement.id
20415
+ 'aria-label': 'multiselect'
20418
20416
  });
20419
20417
  this.clearIconElement = this.filterInput.parentElement.querySelector('.' + clearIcon);
20420
20418
  if (!Browser.isDevice && this.clearIconElement) {