@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.
@@ -20106,13 +20106,11 @@ class CheckBoxSelection {
20106
20106
  prepend([this.parent.filterParent], args.popupElement);
20107
20107
  attributes(this.filterInput, {
20108
20108
  'aria-disabled': 'false',
20109
- 'role': 'combobox',
20109
+ 'role': 'searchbox',
20110
20110
  'autocomplete': 'off',
20111
20111
  'autocapitalize': 'off',
20112
20112
  'spellcheck': 'false',
20113
- 'aria-label': 'multiselect',
20114
- 'aria-expanded': 'true',
20115
- 'aria-controls': args.popupElement.id
20113
+ 'aria-label': 'multiselect'
20116
20114
  });
20117
20115
  this.clearIconElement = this.filterInput.parentElement.querySelector('.' + clearIcon);
20118
20116
  if (!Browser.isDevice && this.clearIconElement) {