@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
|
@@ -3564,7 +3564,7 @@ var DropDownList = /** @__PURE__ @class */ (function (_super) {
|
|
|
3564
3564
|
this.updateDataAttribute(this.htmlAttributes);
|
|
3565
3565
|
this.setHTMLAttributes();
|
|
3566
3566
|
if (this.targetElement() === this.inputElement) {
|
|
3567
|
-
this.
|
|
3567
|
+
this.inputElement.removeAttribute('aria-labelledby');
|
|
3568
3568
|
}
|
|
3569
3569
|
if (this.value !== null || this.activeIndex !== null || this.text !== null) {
|
|
3570
3570
|
this.initValue();
|