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 6f53e7b commit abee7e2Copy full SHA for abee7e2
projects/igniteui-angular/src/lib/grids/filtering/grid-filtering-row.component.html
@@ -67,8 +67,9 @@
67
[value]="value | igxdate: filteringService.grid.locale"
68
[readonly]="true"
69
(keydown)="onInputKeyDown($event)"/>
70
- <igx-suffix *ngIf="value" (keydown)="onClearKeyDown($event)" (click)="clearInput()" tabindex="0">
71
- <igx-icon>clear</igx-icon>
+ <igx-suffix *ngIf="value" >
+ <igx-icon (keydown)="onCommitKeyDown($event)" (click)="onCommitClick()" tabindex="0">done</igx-icon>
72
+ <igx-icon (keydown)="onClearKeyDown($event)" (click)="clearInput()" tabindex="1">clear</igx-icon>
73
</igx-suffix>
74
</igx-input-group>
75
</ng-template>
0 commit comments