Skip to content

Commit 4b8665f

Browse files
authored
Merge branch '10.2.x' into skrastev/fix-8587-10.2.x
2 parents 630a2d7 + 33685a0 commit 4b8665f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

projects/igniteui-angular/src/lib/grids/filtering/excel-style/excel-style-search.component.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,8 @@ export class IgxExcelStyleSearchComponent implements AfterViewInit, OnDestroy {
156156
this.searchValue ?
157157
this.clearInput() :
158158
this.filterListData();
159+
160+
this.cdr.detectChanges();
159161
});
160162
}
161163

0 commit comments

Comments
 (0)