Skip to content

Commit

Permalink
Merge pull request #15474 from ppc-harmoney/feat/15130/remove-aria-level
Browse files Browse the repository at this point in the history
chore(tieredmenu): remove aria level attribute from list item
  • Loading branch information
cetincakiroglu committed May 8, 2024
2 parents 6427be7 + ec5a7a0 commit 1319d8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/app/components/tieredmenu/tieredmenu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,6 @@ import { ObjectUtils, UniqueComponentId, ZIndexUtils } from 'primeng/utils';
[attr.aria-disabled]="isItemDisabled(processedItem) || undefined"
[attr.aria-haspopup]="isItemGroup(processedItem) && !getItemProp(processedItem, 'to') ? 'menu' : undefined"
[attr.aria-expanded]="isItemGroup(processedItem) ? isItemActive(processedItem) : undefined"
[attr.aria-level]="level + 1"
[attr.aria-setsize]="getAriaSetSize()"
[attr.aria-posinset]="getAriaPosInset(index)"
[ngStyle]="getItemProp(processedItem, 'style')"
Expand Down

0 comments on commit 1319d8d

Please sign in to comment.