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

RGBA CSS doesn't work for the background color... ``

Dear Team, We started using ReactTooltip inside a component and it is absolutely fine. Our actual case is to extend it to multiple components. Before making this change to initialize...

Thanks so much for your work on this great library! I haven't been able to find anything in the docs or to get this to work locally on my own,...

## **Example Code Sandbox:** https://codesandbox.io/s/example-of-background-colour-not-updating-k0mynp ## **Expected Behaviour:** When a useState prop changes the tooltip rerenders with the new props. In the example above the tooltip should immediately update to...

when I pass the mouse to generate the tooltip it is generated wrong, instead of appearing on the right of the initial image it is generated on top of it....

when i use it on my project , my page will be clean white in samsung mobile Browser , but chrome and firefox is ok

Hi there, I did the following: `npm i -s react-tooltip` I copied the example to a React application in a Web Component: ``` {' '} d(`・∀・)b{' '} Show happy face...

I want to show tooltip on a input field when a button is clicked. I am able to do that in codesandbox [here](https://codesandbox.io/s/react-tooltip-basic-example-forked-jthk5e) but the exact same code doesn't work...

![tooltip](https://user-images.githubusercontent.com/23101629/99661294-af446480-2a74-11eb-8206-f91f4eb36ef2.gif)

I believe there is an issue with `getPosition` fucntion which is used to update tooltip position when it's outside the client widnow. There are situations with floating tooltip (e.g. when...