Skip to content

Commit e7f2d03

Browse files
committed
remove tabIndex from AnchoredOverlay
1 parent db78c7c commit e7f2d03

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AnchoredOverlay/AnchoredOverlay.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,6 @@ export const AnchoredOverlay: React.FC<AnchoredOverlayProps> = ({
166166
id: anchorId,
167167
'aria-haspopup': 'true',
168168
'aria-expanded': open ? 'true' : undefined,
169-
tabIndex: 0,
170169
onClick: onAnchorClick,
171170
onKeyDown: onAnchorKeyDown
172171
})}

0 commit comments

Comments
 (0)