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

Nested tippies and double tippies

Open terragady opened this issue 3 years ago • 0 comments

Hi, I have to problems. I am using React and components from tippy.

  1. 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?

  2. 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?

terragady avatar Sep 13 '22 12:09 terragady