Accessible name does not contain the visible label text, so added title in arrow_drop_down

This commit is contained in:
Jatin_Chugh
2023-01-30 16:44:59 +05:30
parent 49237fee2d
commit 9b4c422a0e

View File

@@ -17,6 +17,7 @@
<button <button
mat-icon-button mat-icon-button
[attr.aria-label]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate" [attr.aria-label]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate"
[attr.title]="'CORE.PAGINATION.ARIA.ITEMS_PER_PAGE' | translate"
[matMenuTriggerFor]="pageSizeMenu"> [matMenuTriggerFor]="pageSizeMenu">
<mat-icon>arrow_drop_down</mat-icon> <mat-icon>arrow_drop_down</mat-icon>
</button> </button>