We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 857b727 commit 154ebc6Copy full SHA for 154ebc6
packages/react-core/src/components/Tooltip/examples/Tooltip.md
@@ -21,7 +21,7 @@ BasicTooltip = () => (
21
<div>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nullam id feugiat augue, nec fringilla turpis.</div>
22
}
23
>
24
- <span>I have a tooltip!</span>
+ <span tabIndex="0">I have a tooltip!</span>
25
</Tooltip>
26
)
27
```
@@ -37,7 +37,7 @@ LeftAlignedTooltip = () => (
37
38
39
40
41
42
43
0 commit comments