@syncfusion/ej2-dropdowns 33.2.8 → 33.2.10

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.
@@ -15861,7 +15861,7 @@ var MultiSelect = /** @__PURE__ @class */ (function (_super) {
15861
15861
  else {
15862
15862
  var listUl = this.list && this.list.querySelector('ul');
15863
15863
  var isFullList = this.isReact && this.itemTemplate && listUl != null &&
15864
- listUl.querySelectorAll('.e-list-item').length === this.mainData.length;
15864
+ listUl.querySelectorAll('.e-list-item').length === this.mainData.length && !this.groupTemplate;
15865
15865
  this.onActionComplete(isFullList ? listUl : list, this.mainData);
15866
15866
  }
15867
15867
  this.focusAtLastListItem(data);