-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
Description
Hi @wwayne, is it possible to render the tooltip into a portal (or just to the body element) other than just declaring it at the very top level?
In my case, I use tooltips at a lot of places in the code, but running into special use-cases when using it in elements within contenteditable editors. To make it not editable, ideally I want to render it outside the editable, but then be able to render different tooltip body based on what is being hovered upon within the editable.
Ideally, rendering into a portal would be ideal for such a use-case.
Thoughts?
Thank you!
codedependant, stevenbirr, huumanoid, chrishearn, DonovanCharpin and 11 more