Skip to content
Snippets Groups Projects
Commit a64ff2df authored by Hamza HRAMCHI's avatar Hamza HRAMCHI
Browse files

FEAT #13495 TIME 0:10 add a button to empty the filter

parent 4751cb24
No related branches found
No related tags found
No related merge requests found
......@@ -33,6 +33,8 @@
<div class="col-md-6 col-xs-6">
<mat-form-field>
<input matInput [formControl]="adminService.getFilterField()" placeholder="{{'lang.filterBy' | translate}}">
<mat-icon *ngIf="adminService.searchTerm.value !== ''" matSuffix class="fas fa-times" [title]="'lang.clearFilter' | translate" style="font-size: 15px; cursor: pointer;"
color="primary" (click)="adminService.searchTerm.setValue('')"></mat-icon>
</mat-form-field>
</div>
<div class="col-md-6 col-xs-6">
......
......@@ -2210,5 +2210,6 @@
"addDateBlock": "Ajouter le bloc date",
"addSignaturePosition": "Ajouter la position de signature",
"basketsToRedirect": "Bannettes à rediriger",
"maileva_digital_registered_mail": "Lettre recommandée en ligne"
"maileva_digital_registered_mail": "Lettre recommandée en ligne",
"clearFilter" : "Effacer le filtre"
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment