Nested tippies and double tippies
terragady opened this issue · 0 comments
terragady commented
Hi, I have to problems. I am using React and components from tippy.
-
Nested tippies, when I have nested tippies for example on bigger element and then on text inside this element, is it possible to hide the parent tippy if user hovers on the text?
-
Is it possible to have double tippy instances on same element, for example hover and on longer hover? When I am trying now I am seeing both tippies on top of each other but would be awesome to hide first one when second one shows. Not sure how to do it? Can you help? :)
Or at least to make them not colliding with each other, one on top of the other or different placement?