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
fa694b319a
commit
02263b8bc5
@@ -4,11 +4,11 @@
|
|||||||
[class.adf-dynamic-chip-list-button-in-next-line]="moveLoadMoreButtonToNextRow"
|
[class.adf-dynamic-chip-list-button-in-next-line]="moveLoadMoreButtonToNextRow"
|
||||||
[class.adf-dynamic-chip-list-paginated]="paginationData"
|
[class.adf-dynamic-chip-list-paginated]="paginationData"
|
||||||
#nodeListContainer>
|
#nodeListContainer>
|
||||||
<mat-chip-listbox
|
<mat-chip-set
|
||||||
[class.adf-dynamic-chip-list-full-width]="limitChipsDisplayed && !calculationsDone"
|
[class.adf-dynamic-chip-list-full-width]="limitChipsDisplayed && !calculationsDone"
|
||||||
role="listbox"
|
role="listbox"
|
||||||
[attr.aria-label]="'METADATA.BASIC.TAGS' | translate">
|
[attr.aria-label]="'METADATA.BASIC.TAGS' | translate">
|
||||||
<mat-chip-option
|
<mat-chip
|
||||||
class="adf-dynamic-chip-list-chip"
|
class="adf-dynamic-chip-list-chip"
|
||||||
*ngFor="let chip of chipsToDisplay; let idx = index"
|
*ngFor="let chip of chipsToDisplay; let idx = index"
|
||||||
[style.border-radius]="roundUpChips ? '20px' : '10px'"
|
[style.border-radius]="roundUpChips ? '20px' : '10px'"
|
||||||
@@ -21,8 +21,8 @@
|
|||||||
matChipRemove>
|
matChipRemove>
|
||||||
close
|
close
|
||||||
</mat-icon>
|
</mat-icon>
|
||||||
</mat-chip-option>
|
</mat-chip>
|
||||||
</mat-chip-listbox>
|
</mat-chip-set>
|
||||||
<button
|
<button
|
||||||
data-automation-id="adf-dynamic-chip-list-view-more-button"
|
data-automation-id="adf-dynamic-chip-list-view-more-button"
|
||||||
mat-button
|
mat-button
|
||||||
|
Reference in New Issue
Block a user