@syncfusion/ej2-splitbuttons 32.2.7 → 33.1.49

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.
@@ -1400,7 +1400,7 @@ var SplitButton = /** @__PURE__ @class */ (function (_super) {
1400
1400
  };
1401
1401
  SplitButton.prototype.setAria = function () {
1402
1402
  attributes(this.element, {
1403
- 'aria-expanded': 'false', 'aria-haspopup': 'true',
1403
+ 'aria-expanded': 'false',
1404
1404
  'aria-label': this.element.textContent ? this.element.textContent + ' splitbutton' : 'splitbutton', 'aria-owns': this.element.id + '_dropdownbtn-popup'
1405
1405
  });
1406
1406
  };
@@ -1437,7 +1437,7 @@ var SplitButton = /** @__PURE__ @class */ (function (_super) {
1437
1437
  }
1438
1438
  else {
1439
1439
  removeClass([this.element], classList);
1440
- ['aria-label', 'aria-haspopup', 'aria-expanded', 'aria-owns', 'type'].forEach(function (key) {
1440
+ ['aria-label', 'aria-expanded', 'aria-owns', 'type'].forEach(function (key) {
1441
1441
  _this.element.removeAttribute(key);
1442
1442
  });
1443
1443
  this.wrapper.parentNode.insertBefore(this.element, this.wrapper);