Skip to content

Commit 476d673

Browse files
committed
fix(grid-search): do not include bool values in the search range
1 parent fe80320 commit 476d673

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/igniteui-angular/src/lib/grids/cell.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
>
99
</ng-template>
1010
<ng-template #defaultCell>
11-
<div
11+
<div *ngIf="column.dataType !== 'boolean'"
1212
igxTextHighlight
1313
class="igx-grid__td-text"
1414
style="pointer-events: none;"

0 commit comments

Comments
 (0)