tooltip icon indicating copy to clipboard operation
tooltip copied to clipboard

React Tooltip

Results 67 tooltip issues
Sort by recently updated
recently updated
newest added

First of all, thank you for the great package. I've certainly gotten my fair use out of it. I'm curious if, instead of creating a unique tooltip for each element...

Can we have options for pointer events?

The following code doesn't popup the tooltip: ` { anyInnerChild } ` But when working with "native" components which are not React Fragments - it works

I'm a bit confused on how do we set the offsetX and offsetY in the align prop. What I understand is that we can use this align prop to position...

Hello Guys! I noticed that you check the props.visible by the presence of it in props. Why not check for undefined? https://github.com/react-component/tooltip/blob/b5e43fd3128f6bec414c7bb0308a4f998105118a/src/Tooltip.jsx#L72 We use a rule eslint - react/require-default-props. And...

I am using rc-tooltip to show some tooltip in our app. In once instance we have a tooltip that contains some links which the user can click to navigate to...

enhancement
help wanted

Hi guys, We are usign rc-tooltip in our products but there is one small bug that is causing some problems and it's the following we click in a input text...