@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.
@@ -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.element.removeAttribute('aria-labelledby');
3510
+ this.inputElement.removeAttribute('aria-labelledby');
3511
3511
  }
3512
3512
  if (this.value !== null || this.activeIndex !== null || this.text !== null) {
3513
3513
  this.initValue();