Skip to content

Commit

Permalink
fix(platform): add aria-level to the dynamic page (SAP#12791)
Browse files Browse the repository at this point in the history
  • Loading branch information
edytasporysz committed Jan 16, 2025
1 parent 31fa086 commit 8c6e92b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
[colorAssociations]="colorAssociations()"
[attr.tabindex]="idx === 0 ? 0 : -1"
[attr.aria-selected]="item.uId === selectedUid"
[attr.aria-level]="3"
(click)="_selectItem(item, $event)"
(keydown)="_keyDownHandler($event, item, idx)"
>
Expand Down

0 comments on commit 8c6e92b

Please sign in to comment.