python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React Bootstrap OverlayTrigger change popperConfig offset px to em?
i'm struggling trying to change the size units of an overlayTrigger's popperConfig from px to em in react (& react bootstrap) and can't seem to find any docs that can help. Any idea on how i can ...
Franke
Votes: 0
Answers: 1
Wrong arrow placement in react-popper
I am currently trying to fix a bug that appeared when using react-popper. It seems that the placement prop is false when there is not enough space above the reference element. In the Screenshot below ...
yilkur
Votes: 0
Answers: 0
Is there a way to check expanded/collapsed state of a React-popper
I want to be able to know if the react-popper is open or closed at any given point in time. I can't seem to find any references to this usecase in the documentation. Is this unavailable? Should I simp...
Zephyr
Votes: 0
Answers: 0
How to make react-popper tooltip interactive?
I am using the usePopper hook provided by react-popper to create tooltips. My usage is based on this official example.
I would like users to be able to interact with the tooltip (e.g., select text or ...
ErikWittern
Votes: 0
Answers: 0