Replies: 2 comments 1 reply
-
|
Can reproduce that as well, and would love to get an answer. |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Hi! I create a package Headless UI Float, that can be easy to position floating Headless UI elements using Floating UI (is new version Popper.js), support Transition & Portal. If you need to float Headless UI element can try it out 😊 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Popover page the basic example wraps the
Popoverin aTransition. Later in that page it recommends usingreact-popperfor placement, but if you use aTransitionlike in the basic example,react-popperbreaks and can no longer place thePopover(it always gets placed over the top left of the button).Is
Transitionnot supposed to work withreact-popperor is that a bug? And if it's not a bug should the page be updated to explain thatreact-popperis not supported with transitions (or maybe suggest a supported library or workaround instead)?Beta Was this translation helpful? Give feedback.
All reactions