-
-
Notifications
You must be signed in to change notification settings - Fork 533
[BUG] when you select clickable and events: click you cant click element inside, without closing tooltip #978
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
As you can see on the example in the docs page, it should work fine. Can you provide a sample project showing the problem? |
Yes, when you open when hover, you can click great, the problem is when you set the |
try this up. <a id="not-clickable">◕‿‿◕</a>
<Tooltip events={['click']} anchorSelect="#not-clickable">
<button>You cant click me :(</button>
</Tooltip>
<a id="clickable">◕‿‿◕</a>
<Tooltip
events={['click']}
anchorSelect="#clickable"
clickable
>
<button>You can click me!</button>
</Tooltip> |
You're right, I misread your description. Try out the beta release for #979 with the version By the way, this PR also deprecates |
Yeah!! it's working! with this PR |
Good to know. The issue will be closed when the PR gets merged. Thanks for reporting. |
Describe the bug
A clear and concise description of what the bug is.
Version of Package
vX.X.X
To Reproduce
Steps to reproduce the behavior
Expected behavior
A clear and concise description of what you expected to happen.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information if possible or delete this section):
Smartphone (please complete the following information if possible or delete this section):
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: