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

When the virtual keyboard disappears, the tooltip appears on top of the page for a second and disappears . After that, clicking on the span to show the tooltip does...

When the user focuses on the text input element and the virtual keyboard appears tooltip is not positioned correctly anymore. This is happening because `fixed`positioning (which is used for tooltip)...

Bug
help wanted

I usually have multiple react-tooltip for each place I want to show a tooltip. Problem, after clicking the second tooltip, the first tooltip does not close. Therefore, user is seeing...

``` Save ``` The tooltip won't show if button is disabled.

A project I am currently working on would like to use React Tooltip without the use of style-src: 'unsafe-inline'. Due to the configurating process: https://medium.com/@wwayne_me/how-i-insert-sass-into-my-npm-react-component-b46b9811c226#.gi4hxu44a The style is being set...

Hi, See below a few ideas - let me know what you think... **Typescript Definitions** What do the maintainers think about moving the typescript definitions for react-tooltip to this repo?...

help wanted

Hello, ![image](https://user-images.githubusercontent.com/10193337/142754770-0ea25057-26a4-467b-b4e5-aa2ed71f0fd0.png) It is a bug that I have when I run the automation test (not on regular test) and it is related to the ReactToolitp that I had added....

I tested on Safari-IOS, it won't show the tooltip if I set the `effect` prop to `solid`.