react-tooltip
react-tooltip copied to clipboard
React Tooltip Component
**Bug description** I want that if i click out tooltip that it should not be close but using clickOutSideAnchor it close tooltip but when we click on tooltip content it...
When mouse hover, the tooltip is displayed, and I want to close it 5 seconds after the tooltip is displayed. I customized the tooltip using afterShow and afterHide, but there...
Hello. Currently I'm working on Next.js, and built my website. I used react-tooltip module to display a tooltip, and it works well on localhost. But I noticed that tooltip is...
**Bug description** I have a Tooltip component that looks like this:  Tooltip component that has both the `openOnClick` (or `openEvents={{ click: true }}` ) and `globalCloseEvents={{ clickOutsideAnchor: true }}`...
# 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** The [Medusa documentation](https://docs.medusajs.com/) uses `react-tooltip` for...
**Bug description** When using tooltips inside scrollable containers (specifically the window), the tooltip appears correctly next to the target element in the initial scroll state (see Screenshot 1). However, after...
### Discussed in https://github.com/ReactTooltip/react-tooltip/discussions/1225 Originally posted by **GabrielMAraujo** September 6, 2024 Hi, I've been trying to do a custom implementation of the tooltip that requires me to open and close...
Aiming to close #1220 Does not work yet, tested against [this sandbox](https://stackblitz.com/edit/stackblitz-starters-ggwyjh). ## Summary by CodeRabbit - **New Features** - Enhanced tooltip interaction logic for improved user experience. - Tooltips...
**Bug description**   Having the configuration defined on the screenshots above, when I use a nested element the tooltip doesn't close. I think it happens if the event target...
**Bug description** I had some code that was working correctly with react-tooltip, and a few hundred items. I then used react-window and react-virtualized-auto-sizer but now the tooltips show up in...