Not able to create popover that opens at click and closes at mouseleave #670
Unanswered
albertodeago
asked this question in
Q&A
Replies: 1 comment
-
I was able to do it thanks to the community by doing this Anyway I wonder if there is a better way |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, thank's for the amazing library, I've just one issue.
I'm trying to create a popover that opens @click and closes on mouseleave on the popver or mouseleave the trigger.
I think this is not a weird requirement so probably I'm missing something.
Setting trigger to manual and setting a mouseleave listener on the popover content works great. But I'm not able to make the tooltip close if the user opens it and then never hovers it.
Demo to see what I mean https://jsfiddle.net/vmnwqaxu/
Beta Was this translation helpful? Give feedback.
All reactions