react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

React Tooltip Component

Results 154 react-tooltip issues
Sort by recently updated
recently updated
newest added

**Bug description** When the `data-tooltip-id` value changes on an element while the pointer is over it, timeouts and state are not being cleared. 1. The pointer is over an element...

Bug
Help Wanted

## Description Fixes #1476 - Memory leak where React children rendered in tooltips were not being properly cleaned up, causing DOM nodes to accumulate when tooltips were shown and hidden...

Information Needed
Feedback Pending

**Is your feature request related to a problem? Please describe.** It would be great if we could specify an array of preferred places in order for the tooltip to attempt...

Feature Request
PR Welcome

Changing `--rt-transition-show-delay` anywhere except in head or on body were not be picked up by show/hide timeouts causing out animations to be skipped entirely by removing the tooltip from the...