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
On the second thought, it looks like I should disable showing tooltip "on click" for clickable components, but I don't see such option in the tooltip props. Probably the issue could be resolved by providing such a prop.
@zzzorgo Tooltip works as a expected, shown on hover/focus. The problem is the Select focuses the control back on closing. You can workaround this manually, using contolled open state for Select and disable Tooltip when it's opened:
Expected behaviour: tooltip is only shown while hovered
Actual behaviour: tooltip appears after selecting an option from a list
Minimal example:
Screen.Recording.2023-11-03.at.11.14.35.mov
The text was updated successfully, but these errors were encountered: