@syncfusion/ej2-splitbuttons 25.1.35 → 25.1.38

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.
@@ -431,6 +431,7 @@ let DropDownButton = class DropDownButton extends Component {
431
431
  }
432
432
  this.appendArrowSpan();
433
433
  this.setActiveElem([this.element]);
434
+ this.element.setAttribute('tabindex', '0');
434
435
  this.element.setAttribute('aria-label', this.element.textContent ? this.element.textContent : 'dropdownbutton');
435
436
  if ((this.target && !this.isColorPicker() && !this.createPopupOnClick) || !this.createPopupOnClick) {
436
437
  this.createPopup();