Skip to content

Conversation

@gokulb9993
Copy link

This PR solves couple of issues in react-tippy:

  1. Ability to pass appendTo as props to Tooltip. This feature is to append the tooltip in the given target Element.
  2. When appendTo is used as a function, tooltip doesn't show up

How to use:

As Function:

<Tooltip appendTo={() => { // callback function should return DOM element // Sample: return document.getElemetById('app-root') } }/>

(or)

As Element:

<Tooltip appendTo={document.getElemetById('app-root')}/>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant