-
-
Notifications
You must be signed in to change notification settings - Fork 533
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
[FEAT REQ] Add mousedown
event to closeEvents
property
#1223
Comments
This issue is stale because it has not seen activity in 30 days. Remove the |
Comment to remove the "Stale" label |
@roelkoops until we implement this event, you can use a controlled state to control the tooltip show/hide, so you can build any custom logic to hide/show it |
This issue is stale because it has not seen activity in 30 days. Remove the |
Comment to remove the "Stale" label |
First of all: thanks for this great project!
I have a feature request:
I would like to see the event
mousedown
added to the propertycloseEvents
.I have an element that can be resized by dragging the edges and I want to close the tooltip on that element when that happens.
The text was updated successfully, but these errors were encountered: