atomiks / tippyjs

Tooltip, popover, dropdown, and menu library
https://atomiks.github.io/tippyjs/
MIT License
11.93k stars 520 forks source link

Nesting for the selectors in the same selector #841

Closed xreider closed 3 years ago

xreider commented 4 years ago

I do tippy('[data-find]'.... it opens tooltip in [data-find] selectors But [data-find] selectors have [data-find] selectors too, and the last one cannot be opened How to solve this problem?

atomiks commented 3 years ago

Not 100% sure what the question is describing, a CodePen/repro would help.