Skip to content

Commit 89e76e2

Browse files
Aryan3902melloware
authored andcommitted
Remove role and aria-hidden
1 parent aa0b886 commit 89e76e2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

components/lib/focustrap/FocusTrap.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ export const FocusTrap = React.memo(
9494
ref={inRef}
9595
className={'p-hidden-accessible p-hidden-focusable'}
9696
tabIndex={tabIndex}
97-
role={'presentation'}
98-
aria-hidden={true}
9997
data-p-hidden-accessible={true}
10098
data-p-hidden-focusable={true}
10199
onFocus={onFocus}

0 commit comments

Comments
 (0)