Skip to content

Commit

Permalink
Merge pull request #15245 from TaneliTuomola/issue-15244
Browse files Browse the repository at this point in the history
fix #15244 TreeSelect hidden focusable elements
  • Loading branch information
cetincakiroglu authored Apr 18, 2024
2 parents e678996 + 0db52dd commit 74644f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/app/components/treeselect/treeselect.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,6 @@ export const TREESELECT_VALUE_ACCESSOR: any = {
<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 @@ -189,7 +188,6 @@ export const TREESELECT_VALUE_ACCESSOR: any = {
<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 74644f8

Please sign in to comment.