[Tooltip] Keep tooltip open when trigger is activated
See original GitHub issueFeature request
Overview
I’m trying to implement a tooltip using Radix that stays open when activating the trigger, but can’t think of or find a way to do it.
Examples in other libraries
Who does this impact? Who is this for?
Additional context
https://github.com/radix-ui/primitives/issues/1077
I tried following the suggestions here but they did not work. I’m assuming some of the props like onPointerDownOutside are no longer supported for the Tooltip?
Issue Analytics
- State:
- Created a year ago
- Comments:6
Top Results From Across the Web
[Tooltip] Keep tooltip open when trigger is activated #1077
Feature request I'm trying to implement a tooltip that stays open when activating the trigger but couldn't find any prop to control this....
Read more >Bootstrap tooltips to stay open on hover - Stack Overflow
Keep Tooltip open on mouseover + add a helper class on first mouseover (the tooltip alway triggered two mouseover events in my case...
Read more >Keep Tooltip open, so i can click a button inside the tooltip
I've seen that other tooltips within syncfusion have the [isSticky] option, that leaves the tooltip open until a user closes it, ...
Read more >Tooltips - Bootstrap
The tooltip plugin generates content and markup on demand, and by default places tooltips after their trigger element. Trigger the tooltip via JavaScript:...
Read more >Tooltip - Radix UI
Provider to control display delay globally. Opens when the trigger is focused or hovered. Closes when the trigger is activated or when pressing...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found

Oh I see, thanks so much for the help!
Ah I see, you’re using the latest stable which doesn’t yet have that prop. This is a change we made recently to enable such use-case as the one you are trying to achieve. You can upgrade to the latest rc for now until we release v1 probably next week.