You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a v1.x issue (v0.x is no longer maintained).
I have searched the issues of this repository and believe that this is not a duplicate.
Expected Behavior
When hovering on the tooltips, they should not disappear.
Current Behavior
Tooltip still disappear when hovered.
Context
I need the tooltips to stay visible when they are hovered so that the users can copy the data in the tooltip.
I understand that this may be a problem for Popper.js. Any suggestions on how to enable this feature would be appreciated!
Your Environment
Tech
Version
Material-UI
v1.1.0
React
16.4.0
The text was updated successfully, but these errors were encountered:
The Tooltip doesn't disappear when hovered, it disappears when its child is no longer hovered. If you wanted to change that behaviour you could use a controlled Tooltop: https://codesandbox.io/s/81m1qp4p09
@mbrookes Thanks for your suggestion! I understand that this problem can be resolved by using controlled props, but in most cases, it makes sense that users would expect the tooltip to stay there when they are hovered, so I think this behavior should be supported natively by @material-ui.
BTW, in your example, you forgot to implement handleClose :-P
Expected Behavior
When hovering on the tooltips, they should not disappear.
Current Behavior
Tooltip still disappear when hovered.
Context
I need the tooltips to stay visible when they are hovered so that the users can copy the data in the tooltip.
I understand that this may be a problem for
Popper.js
. Any suggestions on how to enable this feature would be appreciated!Your Environment
The text was updated successfully, but these errors were encountered: