mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ACS-8157] Used mat chip set instead of mat chip listbox for dynamic chip list to hide tick icon for chips (#9803)
This commit is contained in:
committed by
VitoAlbano
parent
a4e5824347
commit
325768c278
@@ -4,11 +4,11 @@
|
||||
[class.adf-dynamic-chip-list-button-in-next-line]="moveLoadMoreButtonToNextRow"
|
||||
[class.adf-dynamic-chip-list-paginated]="paginationData"
|
||||
#nodeListContainer>
|
||||
<mat-chip-listbox
|
||||
<mat-chip-set
|
||||
[class.adf-dynamic-chip-list-full-width]="limitChipsDisplayed && !calculationsDone"
|
||||
role="listbox"
|
||||
[attr.aria-label]="'METADATA.BASIC.TAGS' | translate">
|
||||
<mat-chip-option
|
||||
<mat-chip
|
||||
class="adf-dynamic-chip-list-chip"
|
||||
*ngFor="let chip of chipsToDisplay; let idx = index"
|
||||
(removed)="removedChip.emit(chip.id)">
|
||||
@@ -20,8 +20,8 @@
|
||||
matChipRemove>
|
||||
cancel
|
||||
</mat-icon>
|
||||
</mat-chip-option>
|
||||
</mat-chip-listbox>
|
||||
</mat-chip>
|
||||
</mat-chip-set>
|
||||
<button
|
||||
data-automation-id="adf-dynamic-chip-list-view-more-button"
|
||||
mat-button
|
||||
|
Reference in New Issue
Block a user