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 92f489b commit 1bbe8a7Copy full SHA for 1bbe8a7
projects/igniteui-angular/src/lib/grids/filtering/grid-filtering-row.component.ts
@@ -765,7 +765,7 @@ export class IgxGridFilteringRowComponent implements AfterViewInit {
765
}
766
767
private conditionChangedCallback() {
768
- if (!!this.expression.searchVal || this.expression.searchVal === 0) {
+ if (!this.expression.searchVal || this.expression.searchVal === 0) {
769
this.filter();
770
} else if (this.value) {
771
this.value = null;
0 commit comments