-
Notifications
You must be signed in to change notification settings - Fork 172
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
Add appendTo support to mount tippy to any element on the page #111
base: master
Are you sure you want to change the base?
Conversation
Please, someone merge this into master! |
Can we add this feature? |
More than 1 year since this was fixed and it's still not merged in? That's quite disappointing. |
Why is this not merged in? Anyone have an alternative way to do |
Because the author of this solution is thinking that there is no issue with this at all 🗡️ |
Bump, keeping this fresh as this is an important feature. |
This needs to be merged as it holds one of the most important feature of tippy! @tvkhoa Please review the same. |
yeah this would be helpful I think |
Currently the library doesn't allow the
appendTo
prop to be passed down to Tippy.js and so the tooltips must always be appended todocument.body
.This PR adds support for the
appendTo
prop so you can insert the tooltip anywhere on the DOM.Example: