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

First of all: thanks for this great project! I have a feature request: I would like to see the event `mousedown` added to the property `closeEvents`. I have an element...

Feature Request
V6

Implementation of https://biomejs.dev/ into the project to override eslint and prettier. This PR will be merged on V6 when tested and approved.

Enhancement
V6

There is empty space at right side of footer, making the layout unbalanced. ![Screenshot 2024-07-27 135015](https://github.com/user-attachments/assets/5613d06a-39d8-4025-b977-4e3aa536af04) Keep the "Get Started" section on the left side. Move the "More GitHub" section...

Documentation

# Check the troubleshooting page before opening an issue! Make sure your problem isn't already covered at the troubleshooting page: https://react-tooltip.com/docs/troubleshooting ---- **Bug description** I'm trying to place the tooltip...

Bug
Help Wanted
Stale

**Bug description** When tooltip is rendered with react children, it's not cleaning up rendered children and they remain in the memory **Version of Package** v5.28.0 **To Reproduce** https://react-tooltip.com/docs/examples/children Hover over...

Bug
Help Wanted

I see in your resulting .d.ts file that you have the `DataAttribute` type definition. Is there any reason the values aren't prefixed with `data-`? I was hoping to use this...

Question

# Placement is not working **Bug description** The placement prop is not working correctly in height-restricted containers. When setting place="top", the tooltip appears on the right or left side instead....

Bug

**Bug description** After upgrading to the latest version of react-tooltip, I encountered a TypeScript error in the library’s type definitions. The issue is caused by a reference to React.JSX in...

Bug

Issue with Arabic Content in Modal Package Version - v5.28.0 Steps to Reproduce - Add Arabic content inside the modal. Expected Behavior - The text should display normally. Why are...

Bug
Information Needed

**Bug description** This one's a bit odd, because I don't know if it's this package or FullCalendar causing the issue. When using react-tooltip (as a global Tooltip object) with FullCalendar,...

Bug
Help Wanted