react-tooltip icon indicating copy to clipboard operation
react-tooltip copied to clipboard

[FEAT REQ] Add `mousedown` event to `closeEvents` property

Open roelkoops opened this issue 1 year ago • 5 comments

First of all: thanks for this great project!

I have a feature request:

I would like to see the event mousedown added to the property closeEvents. 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.

roelkoops avatar Aug 29 '24 07:08 roelkoops

This issue is stale because it has not seen activity in 30 days. Remove the stale label or comment within 14 days, or it will be closed.

github-actions[bot] avatar Nov 27 '24 12:11 github-actions[bot]

Comment to remove the "Stale" label

roelkoops avatar Nov 27 '24 12:11 roelkoops

@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

danielbarion avatar Dec 02 '24 14:12 danielbarion

This issue is stale because it has not seen activity in 30 days. Remove the stale label or comment within 14 days, or it will be closed.

github-actions[bot] avatar Mar 03 '25 12:03 github-actions[bot]

Comment to remove the "Stale" label

roelkoops avatar Mar 03 '25 15:03 roelkoops