-
-
Notifications
You must be signed in to change notification settings - Fork 534
[FEAT REQ] More options for openOnClick
(click
, dblclick
, mousedown
)
#1072
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
Comments
openOnClick
(click
, dblclick
, mousedown
)
Small sidenote to consider for v6. Deprecating the For v6, we should consider two new props: v4 had something kinda similar, but this should be more complete. |
Something like |
That doesn't sound like what should be happening. Are you able to provide a sample showing that behavior? |
Sure, here's how it's being used. Sorry for formatting:
|
@npfisterIT Using all of the relevant props and attributes from your example, it works just fine: https://stackblitz.com/edit/stackblitz-starters-vej7zg?file=src%2FApp.tsx
You'll have to provide a sample project. If you do so, please open a new issue so we don't clutter this one. Aside from that, controlling the tooltip |
|
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
I only want to choose openOnClick event listener to ondblclick or onClick or null or onMouseDown with timer to open tooltip
Describe the solution you'd like
Choosing in options one of the mode
Optionally
Could have multiple methods to open one tooltip like onClick and onMouseDown
Describe alternatives you've considered
Making this issue on your own require more event listeners to make in code and its a bit junky
The text was updated successfully, but these errors were encountered: