-
-
Notifications
You must be signed in to change notification settings - Fork 537
Closed
Labels
Description
I noticed that the tooltip seems to stick to the left
position no matter what. According to the docs, placement by default is top
(which is the one that'd work best in my project), however it sticks to left
.
And even if I pass the props as place="top"
, it will save the value to desiredPlace
, but the tooltip will keep displaying to the left.
Here's a screenshot from the react dev tools:
Could this be a bug?
Thanks
kostasx, peyssoa, konrad-securitas, ltrnvn, m-kuzmenko and 3 more