@syncfusion/ej2-dropdowns 20.2.46 → 20.2.48
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.umd.min.js +2 -2
- package/dist/ej2-dropdowns.umd.min.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js +1 -1
- package/dist/es6/ej2-dropdowns.es2015.js.map +1 -1
- package/dist/es6/ej2-dropdowns.es5.js +1 -1
- 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 +8 -8
- package/src/drop-down-list/drop-down-list.js +1 -1
|
@@ -3507,7 +3507,7 @@ let DropDownList = class DropDownList extends DropDownBase {
|
|
|
3507
3507
|
this.updateDataAttribute(this.htmlAttributes);
|
|
3508
3508
|
this.setHTMLAttributes();
|
|
3509
3509
|
if (this.targetElement() === this.inputElement) {
|
|
3510
|
-
this.
|
|
3510
|
+
this.inputElement.removeAttribute('aria-labelledby');
|
|
3511
3511
|
}
|
|
3512
3512
|
if (this.value !== null || this.activeIndex !== null || this.text !== null) {
|
|
3513
3513
|
this.initValue();
|