Skip to content
Snippets Groups Projects
Verified Commit a1acf664 authored by Florian Azizian's avatar Florian Azizian
Browse files

FEAT #12091 TIME 0:05 removable in folder input

parent 981c5dc6
Branches
Tags
No related merge requests found
...@@ -28,7 +28,7 @@ ...@@ -28,7 +28,7 @@
<span style="display: flex;flex: 1;align-items: center;" [title]="this.valuesToDisplay[item]"> <span style="display: flex;flex: 1;align-items: center;" [title]="this.valuesToDisplay[item]">
<i class="fa fa-folder-open" style="padding-right:5px;"></i>&nbsp;{{this.valuesToDisplay[item]}} <i class="fa fa-folder-open" style="padding-right:5px;"></i>&nbsp;{{this.valuesToDisplay[item]}}
</span> </span>
<mat-icon matChipRemove class="fa fa-times"></mat-icon> <mat-icon matChipRemove class="fa fa-times" *ngIf="!controlAutocomplete.disabled"></mat-icon>
</mat-chip> </mat-chip>
</mat-chip-list> </mat-chip-list>
<div class="noResult" *ngIf="controlAutocomplete.value.length === 0"> <div class="noResult" *ngIf="controlAutocomplete.value.length === 0">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment