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

React Tooltip Component

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

Hi! My use case is to show the tooltip when I click and I want it to disappear when I leave the field. When I load the page I see...

Tooltip never closes and if another one shows up then both are on screen so with many tooltips the screen becomes unreadable

I would need a tooltip with some width set but unable to achieve it through classes and indeed i dont want to you use and set multiline={true}

I think it'd be useful to have a prop to customize the border radius of the tooltip.

Version: 4.2.21 React code: ``` // App.js useEffect(() => { ReactTooltip.rebuild() }, []) // MyTooltip.js import ReactTooltip from "react-tooltip"; import ReactDOM from "react-dom"; import React from "react"; import classes from...

Hello, This tooltip works great, and I love it, I have it working to shade in countries meeting a criteria, but I get the following issue when the page loads,...

I was following the [contributing](https://github.com/wwayne/react-tooltip/blob/master/contributing.md) instructions, and I got this error: TypeError: Super expression must either be null or a function ``` 93 | 94 | function _inherits(subClass, superClass) {...

With npm's latest version of react-tooltip (version 4.2.21) tooltips still don't hide.

Updates as much as possible to make it working, removed "standard" plugin from eslint (I was not able to build it with it). Fixed tests with latest version of react...

I created a react app with CRA, installed react-tooltip, and used this code snippet: ![image](https://user-images.githubusercontent.com/17666549/162138545-9bee4ed6-2d3a-4317-99e9-535dd97dc168.png) After mouseleave event, the tooltip remains visible. I've found the snippet here: https://codesandbox.io/s/heuristic-curran-bddeu?fontsize=14&hidenavigation=1&theme=dark