Skip to content

Commit

Permalink
Fix #6704: TieredMenu remove aria-level (#6705)
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware authored May 29, 2024
1 parent ad68424 commit 25be452
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/lib/tieredmenu/TieredMenuSub.js
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,6 @@ export const TieredMenuSub = React.memo(
'aria-disabled': disabled,
'aria-expanded': grouped ? active : undefined,
'aria-haspopup': grouped && !url ? 'menu' : undefined,
'aria-level': props.level + 1,
'aria-setsize': getAriaSetSize(),
'aria-posinset': getAriaPosInset(index),
'data-p-highlight': active,
Expand Down

0 comments on commit 25be452

Please sign in to comment.