We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5370a62 commit cf01194Copy full SHA for cf01194
projects/igniteui-angular/src/lib/grids/filtering/excel-style/grid.excel-style-filtering.component.ts
@@ -349,11 +349,9 @@ export class IgxGridExcelStyleFilteringComponent implements OnDestroy {
349
350
this._subMenuOverlaySettings.outlet = (this.grid as any).outlet;
351
352
- if (this.excelStyleSearch.column) {
353
- requestAnimationFrame(() => {
354
- this.excelStyleSearch.searchInput.nativeElement.focus();
355
- });
356
- }
+ requestAnimationFrame(() => {
+ this.excelStyleSearch.searchInput.nativeElement.focus();
+ });
357
358
this.grid.onColumnMoving.pipe(takeUntil(this.destroy$)).subscribe(() => {
359
this.closeDropdown();
0 commit comments