Skip to content

Commit

Permalink
[ACS-8157] Used mat chip set instead of mat chip listbox for dynamic …
Browse files Browse the repository at this point in the history
…chip list to hide tick icon for chips (#9803)
  • Loading branch information
AleksanderSklorz authored and VitoAlbano committed Jun 24, 2024
1 parent 112d7db commit 72928e3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
[style.border-radius]="roundUpChips ? '20px' : '10px'"
Expand All @@ -21,8 +21,8 @@
matChipRemove>
close
</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
Expand Down

0 comments on commit 72928e3

Please sign in to comment.