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

Hey, I have one small problem with tooltip positioning in case tooltip content has changed while tooltip is displayed. It's working if instead of passing function to getContent prop, I...

I understand that I can set the style through className passed to which is a direct child of the top component, then it catches all data-tip attributes on children. however,...

In Chrome extension, Tooltip is ok but in Firefox, it's not working

When overriding styles in Styled Components, setting the background-color does not change the color of the notch. ``` const StyledTooltip = styled(ReactTooltip)` // using !important to override styles from the...

Few days ago newest version of React tooltip return error 'ReactTooltip' cannot be used as a JSX component. Its instance type 'ReactTooltip' is not a valid JSX element. The types...

Switching to bodyMode left our tooltips non functional, since in svg e.g. a textbox often is composed of a ``, but the tooltip should popup everywhere inside the g, e.g....

Hello i have a question Mark, and i usually show hover it to show the tooltip, Now i added a new input field, i want the tooltip to be shown...

I have a single global ReactTooltip and multiple Buttons feeding this tooltip with content through their data-tip props. For example: ` render() { return ( {this._renderButtons()} dataTip} /> ); }...

I have created a component using ReactTooltip library, below is the source code: ``` import * as React from 'react'; import ReactTooltip from 'react-tooltip'; export const TooltipText = () =>...

I tried these two following methods to have a button show the tooltip when clicked, but the tooltip still appears on hover. ```jsx btn = ref} data-tip="Copied to clipboard" onClick={():...