@syncfusion/ej2-gantt 23.1.43 → 23.1.44

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.
@@ -28596,6 +28596,10 @@ class Filter$1 {
28596
28596
  if (this.parent.treeGrid.filterSettings.type === 'Menu') {
28597
28597
  element.querySelector('.e-valid-input').focus();
28598
28598
  }
28599
+ if (this.parent.treeGrid.filterSettings.type === 'Excel') {
28600
+ var inputElement = document.querySelector('.e-searchinput');
28601
+ inputElement.focus();
28602
+ }
28599
28603
  }
28600
28604
  removeEventListener() {
28601
28605
  if (this.parent.isDestroyed) {