mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
[ACS-10275] a11y - Notification & Filter indicators not announced by screen readers (#11267)
This commit is contained in:
@@ -380,6 +380,7 @@
|
||||
"TITLE": "Filter",
|
||||
"TYPE": "Type",
|
||||
"FILTER_BY": "Filter by {{ category }}",
|
||||
"ACTIVE_FILTER": "Active filter",
|
||||
"CLEAR": "Clear",
|
||||
"APPLY": "Apply",
|
||||
"FILTERS": {
|
||||
|
||||
+1
-1
@@ -8,7 +8,7 @@
|
||||
(menuOpened)="onMenuOpen()"
|
||||
(keyup.enter)="$event.stopPropagation()"
|
||||
class="adf-filter-button"
|
||||
[attr.aria-label]="getTooltipTranslation(col?.title)"
|
||||
[attr.aria-label]="isActive() ? getTooltipTranslation(col?.title) + ' (' + ('SEARCH.SEARCH_HEADER.ACTIVE_FILTER' | translate) + ')' : getTooltipTranslation(col?.title)"
|
||||
[title]="getTooltipTranslation(col?.title)"
|
||||
>
|
||||
<adf-icon
|
||||
|
||||
Reference in New Issue
Block a user