7

In Popper.js 2 documentation I see a small hint that appending to the body is supported:

https://popper.js.org/docs/v2/performance/#attaching-elements-to-the-dom

However, I cannot find any example of how that is done.

Can someone please provide an example that appends Popper.js version 2 popup to body?

FirstVertex
  • 3,657
  • 34
  • 33
  • 1
    For future readers: they mean that it's supported that popper element may be somewhere else in the DOM, not necessary next to the reference element. As for actual functionality, Popper doesn't handle this, it will not place popper element somewhere else in the DOM so you should handle this on your own. – user0103 Apr 06 '23 at 09:48
  • @user0103 have you got an example? – zaitsman Jul 10 '23 at 23:59

0 Answers0