@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.
@@ -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.element.removeAttribute('aria-labelledby');
3567
+ this.inputElement.removeAttribute('aria-labelledby');
3568
3568
  }
3569
3569
  if (this.value !== null || this.activeIndex !== null || this.text !== null) {
3570
3570
  this.initValue();