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

I don't want the arrow in the tooltip. Can you please let me know how to remove the arrow in the tooltip ? Any help on this issue is really...

I found if I setting the 'visible' property to tooltip, then I can not close the tooltip by click other place in the page. is there a way to keep...

Hi there, thank you for the project! (I want to make sure this information is available / accessible to everyone.) Is there any update on changes / migration (if any)...

The tooltips props is: ```javascript align={{ points: ['tl', 'bl'], overflow: {adjustX: true, adjustY: false}, }} onPopupAlign={(dom, al) => { dom.scrollIntoView(false); }} ``` When i scroll page let the trigger node...

Currently, we cannot see the Tooltip if the user just clicks the input and did not type anything. I think it can be improved by adding onBlur event.

The following error happens when hovering an element. See video: https://youtu.be/-aLHvTHvp7Q ``` TypeError: Failed to execute 'observe' on 'ResizeObserver': parameter 1 is not of type 'Element'. at ft (util.js:58) at...

We render many tooltips on a date picker, the date picker is on a sticky component. As some points on the page, the tooltip jumps around. Any idea what is...

According to [rc-trigger > src > index.tsx](https://github.com/react-component/trigger/blob/858968c26585c7440ae948513045346c7b1eb682/src/index.tsx), the `action` prop should allow an `ActionType` *or* an `ActionType[]`: ```TypeScript export interface TriggerProps { children: React.ReactElement; action?: ActionType | ActionType[]; ``` However,...

Thanks for this great library! I have a little feature request.. Given the following code: ```jsx Target ``` Allow positioning the tooltip to the *inner* `div`, instead of the outer...