react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
I've had issues with binding of tooltips to dynamic content in one of my projects for a while now, and was using the method suggested in the README of calling...
Is there a way to control the tooltip's tip (the little arrow below the content bubble) more specifically? Example, say I want a tooltip's tip to be at the bottom...
I ran into an interesting issue that I thought I'd mention to see if maybe it could be fixed at some point, though there is an easy workaround. A brief...
I have no idea what's causing this one, other than it must be a bug in the way the library calculates the position of the element the tooltip is supposed...
` Resend confirmation email? { ReactTooltip.hide(); }}>Yes No ` when I click the yes button the tooltip doesn't hide immediately. It just hide after i move the away from the...
Hi. This is too big problem if you render tooltip inside an element which has prop - `overflow: hidden`. [  ](url)
Hello, The delayHide props hide the tooltip after the mouse is out the element Is it possible to hide the tooltip after a delay even when the element is still...
I have a balise that contains the data-event="click" that trigger the Tooltip when clicked. Inside this td, I have a the Tooltip component balise that has the attribute globalEventOff="click" and...
I've managed to set up some tooltips using this library but I'm having a lot of difficulty updating my tests because it seems like the React Tooltip element does some...
Thanks for this awesome library. I had a question about the static rebuild method. I have been using ReactTooltip in my application and it works in certain places. The places...