Replies: 1 comment
-
It isn't. Tooltip should not contain any interactive elements. Regardless though, we handle moving the mouse from the trigger to the content so you can select the text for example. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi! I'm using radix-ui/react-tooltip as a basis for our design system tooltip component (replacing an existing implementation), and we currently have a prop called
delayTooltipExit
which is used for tooltips that have a link inside them.The use case is that we want to keep the tooltip from disappearing while the user is traveling with their mouse to click the link.
I was wondering if anyone here implemented such a use case? Is it even legit a11y-wise to put a link in a tooltip?
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions