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
In https://github.com/narmi/banking/issues/33260 we need a controlled Tooltip component so that we can only open the Tooltip on the click of table row and then close the Tooltip when we stop hovering over the row.
There is no way to currently reproduce this behavior with the Tooltip component.
A new optional property called isOpen or open should be added.
The text was updated successfully, but these errors were encountered:
In https://github.com/narmi/banking/issues/33260 we need a controlled Tooltip component so that we can only open the
Tooltip
on the click of table row and then close theTooltip
when we stop hovering over the row.There is no way to currently reproduce this behavior with the
Tooltip
component.A new optional property called
isOpen
oropen
should be added.The text was updated successfully, but these errors were encountered: