Skip to content

Commit

Permalink
fix(Tooltip): add missing tabIndex
Browse files Browse the repository at this point in the history
  • Loading branch information
alaa-yahia committed Jun 3, 2024
1 parent d455ffa commit 389e61a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/tooltip/src/tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ const Tooltip = ({
onFocus={onFocus}
onBlur={onBlur}
ref={popperReference}
tabIndex={0}
aria-describedby={open ? 'tooltipContenDhis2Ui' : ''}
data-test={`${dataTest}-reference`}
>
Expand Down

0 comments on commit 389e61a

Please sign in to comment.