@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.
- package/dist/ej2-dropdowns.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +2 -4
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +2 -4
- package/dist/es6/ej2-dropdowns.es5.js.map +1 -1
- package/dist/global/ej2-dropdowns.min.js +2 -2
- package/dist/global/ej2-dropdowns.min.js.map +1 -1
- package/dist/global/index.d.ts +1 -1
- package/package.json +4 -4
- package/src/multi-select/checkbox-selection.js +2 -4
|
@@ -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': '
|
|
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) {
|