Skip to content

Commit

Permalink
remove tabIndex from AnchoredOverlay
Browse files Browse the repository at this point in the history
  • Loading branch information
siddharthkp committed May 25, 2022
1 parent db78c7c commit e7f2d03
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/AnchoredOverlay/AnchoredOverlay.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,6 @@ export const AnchoredOverlay: React.FC<AnchoredOverlayProps> = ({
id: anchorId,
'aria-haspopup': 'true',
'aria-expanded': open ? 'true' : undefined,
tabIndex: 0,
onClick: onAnchorClick,
onKeyDown: onAnchorKeyDown
})}
Expand Down

0 comments on commit e7f2d03

Please sign in to comment.