Support for popper VirtualElement as referenceElement and overridable container element #1685
adri1wald
started this conversation in
Feature requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
First of all, I love Mantine, so thanks for building it!
I'd like to be able to supply a virtual element to the
<Popper/>
component. TheusePopper
is able to handle virtual elements, making it possible to position the popper relative to the cursor or text selection.I'd also like to be able to supply a custom container element for the popper's portal.
Edit:
It looks like if I tell
<Popper/>
that my virtual element is an HTMLElement it "just works"Beta Was this translation helpful? Give feedback.
All reactions