Skip to content

Commit

Permalink
Merge pull request #16241 from primefaces/issue-16240
Browse files Browse the repository at this point in the history
Fixes #16240 | Remove aria-hidden attribute
  • Loading branch information
cetincakiroglu authored Aug 15, 2024
2 parents 201403e + 9abe15e commit 7f89a03
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/menu/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ export class SafeHtmlPipe implements PipeTransform {
[attr.data-automationid]="item.automationId"
[attr.tabindex]="-1"
[attr.data-pc-section]="'action'"
[attr.aria-hidden]="true"
class="p-menuitem-link"
[target]="item.target"
[ngClass]="{ 'p-disabled': item.disabled }"
Expand All @@ -78,7 +77,6 @@ export class SafeHtmlPipe implements PipeTransform {
[attr.data-automationid]="item.automationId"
[attr.tabindex]="-1"
[attr.data-pc-section]="'action'"
[attr.aria-hidden]="true"
[attr.title]="item.title"
[queryParams]="item.queryParams"
routerLinkActive="p-menuitem-link-active"
Expand Down

0 comments on commit 7f89a03

Please sign in to comment.