We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
A tooltip is displayed when hovering the anchor. But it also stays open if the mouse cursor moves over the tooltip. This behavior isn't always wanted.
Close the tooltip if the cursor leaves the anchor.
The tooltip stays open if the mouse is over the tooltip.
There should be an option to close the tooltip if the cursor leaves the anchor.
There is a copy tooltip shown in Aspire. It isn't a good experience that it stays open after the mouse cursor moves off the button.
The text was updated successfully, but these errors were encountered:
That will be possible using a new attribute or global property called HideTooltipOnCursorLeave. See this PR #1571
HideTooltipOnCursorLeave
builder.Services.AddFluentUIComponents(configuration => { configuration.HideTooltipOnCursorLeave = true; });
Sorry, something went wrong.
dvoituron
No branches or pull requests
🙋 Feature Request
A tooltip is displayed when hovering the anchor. But it also stays open if the mouse cursor moves over the tooltip. This behavior isn't always wanted.
🤔 Expected Behavior
Close the tooltip if the cursor leaves the anchor.
😯 Current Behavior
The tooltip stays open if the mouse is over the tooltip.
💁 Possible Solution
There should be an option to close the tooltip if the cursor leaves the anchor.
🔦 Context
There is a copy tooltip shown in Aspire. It isn't a good experience that it stays open after the mouse cursor moves off the button.
💻 Examples
The text was updated successfully, but these errors were encountered: