Interactive Tooltip doesn't work
See original GitHub issueI’m trying to enable interactivity feature of Tippy JS, so I can hover over tooltip, however it doesn’t work:
Here is a code I have:
<ReactWordcloud
words={words}
options={{
colors: COLOR_THEME.slice(0, 4),
enableTooltip: true,
fontFamily: 'Arial',
fontSizes: [24, 48],
rotations: 0,
tooltipOptions: {
allowHTML: true,
appendTo: document.body,
arrow: true,
interactive: true
}
}}
maxWords={50}
/>
Am I doing something wrong or is it a Tippy JS’s bug?
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (4 by maintainers)
Top Results From Across the Web
Tooltip is not working properly · Issue #17124 · mui/material-ui
On hovering next element showing the previously hovered element tooltip. Current Behavior. Showing previous element tooltip.
Read more >Bootstrap tooltips not working - Stack Overflow
Without the selector option the tooltip does not work for me, here is a demo i put up: jsfiddle.net/VXctp, try it without the...
Read more >Building a tooltip component - web.dev
A tooltip is a non-modal, non-blocking, non-interactive overlay containing supplemental information to user interfaces. It is hidden by default ...
Read more >Tooltips · Bootstrap v5.0
Triggering tooltips on hidden elements will not work. Tooltips for .disabled or disabled elements must be triggered on a wrapper element.
Read more >React Tooltip component - Material UI - MUI
Tooltips display informative text when users hover over, focus on, or tap an element.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Accepted MR and I believe this issue is resolved. Thank you for fixing and improving the library!
@chrisrzhou I think I fixed it, I’m sending a PR shortly.