Skip to content

Commit

Permalink
Merge pull request #15171 from primefaces/issue-15116
Browse files Browse the repository at this point in the history
Fixed #15116 - Dropdown | ARIA hidden element must not be focusable o…
  • Loading branch information
cetincakiroglu authored Mar 29, 2024
2 parents ce505ae + 8891e02 commit 52c97db
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 @@ -205,7 +205,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 @@ -311,7 +310,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 52c97db

Please sign in to comment.