Skip to content

Commit

Permalink
fix(Tooltip): use valid prop name for tabIndex (#5679)
Browse files Browse the repository at this point in the history
  • Loading branch information
emyarod authored and Alessandra Davila committed Mar 25, 2020
1 parent 04ae1e9 commit ffd588f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/components/Tooltip/Tooltip.js
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ class Tooltip extends Component {
<span className={`${prefix}--tooltip__caret`} />
<div
className={`${prefix}--tooltip__content`}
tabindex="-1"
tabIndex="-1"
role="dialog"
aria-describedby={tooltipBodyId}
aria-labelledby={triggerId}>
Expand Down

0 comments on commit ffd588f

Please sign in to comment.