Skip to content

Commit

Permalink
menubarsub role update
Browse files Browse the repository at this point in the history
  • Loading branch information
mehmetcetin01140 committed Jan 3, 2024
1 parent e36ab22 commit 6852f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/menubar/menubar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ export class MenubarService {
#menubar
[ngClass]="{ 'p-submenu-list': !root, 'p-menubar-root-list': root }"
[attr.data-pc-section]="'menu'"
role="menu"
role="menubar"
(focus)="menuFocus.emit($event)"
(blur)="menuBlur.emit($event)"
[tabindex]="0"
Expand Down

0 comments on commit 6852f8b

Please sign in to comment.