Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to get tooltip to stay open when hovering? #3255

Closed
tnrich opened this issue Dec 22, 2018 · 2 comments
Closed

How to get tooltip to stay open when hovering? #3255

tnrich opened this issue Dec 22, 2018 · 2 comments

Comments

@tnrich
Copy link
Contributor

tnrich commented Dec 22, 2018

Hey I was wondering if there is an option for getting a tooltip to stay hovered when a user mouses over it, mostly for the purpose of highlighting the text.

weee

Setting hoverCloseDelay allows the user to more easily hover over the tooltip, but doesn't seem to prevent the tooltip from closing on its own.

Thanks

@giladgray
Copy link
Contributor

  1. this will be resolved by Allow setting interactionKind on Tooltips to HOVER and HOVER_TARGET_ONLY #3184
  2. today, you can control the tooltip via isOpen and onInteraction, but it's not going to be any fun 😄

@giladgray
Copy link
Contributor

fixed by #3184

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants