@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.
@@ -15596,7 +15596,7 @@ let MultiSelect = class MultiSelect extends DropDownBase {
15596
15596
  else {
15597
15597
  const listUl = this.list && this.list.querySelector('ul');
15598
15598
  const isFullList = this.isReact && this.itemTemplate && listUl != null &&
15599
- listUl.querySelectorAll('.e-list-item').length === this.mainData.length;
15599
+ listUl.querySelectorAll('.e-list-item').length === this.mainData.length && !this.groupTemplate;
15600
15600
  this.onActionComplete(isFullList ? listUl : list, this.mainData);
15601
15601
  }
15602
15602
  this.focusAtLastListItem(data);