Skip to content

Commit

Permalink
Fixed #15116 - Dropdown | ARIA hidden element must not be focusable o…
Browse files Browse the repository at this point in the history
…r contain focusable elements
  • Loading branch information
mehmetcetin01140 committed Mar 27, 2024
1 parent 7e17d57 commit 8891e02
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/dropdown/dropdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,6 @@ export class DropdownItem {
<span
#firstHiddenFocusableEl
role="presentation"
[attr.aria-hidden]="true"
class="p-hidden-accessible p-hidden-focusable"
[attr.tabindex]="0"
(focus)="onFirstHiddenFocus($event)"
Expand Down Expand Up @@ -310,7 +309,6 @@ export class DropdownItem {
<span
#lastHiddenFocusableEl
role="presentation"
[attr.aria-hidden]="true"
class="p-hidden-accessible p-hidden-focusable"
[attr.tabindex]="0"
(focus)="onLastHiddenFocus($event)"
Expand Down

0 comments on commit 8891e02

Please sign in to comment.