Maintaining hover of tooltips and popover components #6777
Answered
by
rtivital
ryuhangyeong
asked this question in
Q&A
-
After setting the popover and tooltip, I want the popover to remain the same when I move the mouse cursor to the message. Is this possible?
example |
Beta Was this translation helpful? Give feedback.
Answered by
rtivital
Sep 5, 2024
Replies: 1 comment 1 reply
-
Is there any way within tooltip other than hover-card? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can fully control tooltip opened state with
opened
prop:<Tooltip opened={yourCondition} />
.