[ACS-4050]critical issues from csv 880282, 880449, 880280 (#8005)

* title for adfSelectProcessDropdown button, issue 880282

* 880449, 880280 fix

* review comments fix

* review comments
This commit is contained in:
arohilaGL
2022-11-29 09:34:54 +00:00
committed by GitHub
parent ec6ede4fc5
commit dea5f21894
4 changed files with 9 additions and 6 deletions
@@ -1,4 +1,4 @@
<mat-chip-list aria-orientation="horizontal" role="listbox" [attr.aria-label]="'SEARCH.FILTER.ARIA-LABEL.SEARCH_FILTER' | translate">
<mat-chip-list role="listbox" [attr.aria-label]="'SEARCH.FILTER.ARIA-LABEL.SEARCH_FILTER' | translate">
<ng-container *ngFor="let category of queryBuilder.categories">
<adf-search-widget-chip [category]="category"></adf-search-widget-chip>
</ng-container>