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
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
<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]}}
</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-list>
<div class="noResult" *ngIf="controlAutocomplete.value.length === 0">
......
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