Skip to content

Conversation

@dvoituron
Copy link
Collaborator

[FluentTooltip] Add the HideTooltipOnCursorLeave property

Following request #1564, we have added a HideTooltipOnCursorLeave attribute to FluentTooltip components and also for global configuration.

builder.Services.AddFluentUIComponents(configuration =>
{
    configuration.HideTooltipOnCursorLeave = true;
});

This allows you to keep the default behavior
Tooltip-Before

But also to activate a new behavior.
Tooltip-After

@dvoituron dvoituron requested a review from vnbaaij February 26, 2024 11:42
@vnbaaij vnbaaij self-requested a review February 26, 2024 12:55
@vnbaaij vnbaaij enabled auto-merge (squash) February 26, 2024 12:56
@vnbaaij vnbaaij merged commit c28d107 into dev Feb 26, 2024
@vnbaaij vnbaaij deleted the users/dvoituron/tooltip-close-on-cursor-leave branch February 26, 2024 13:01
vnbaaij added a commit that referenced this pull request Mar 6, 2024
* Add CloseTooltipOnCursorLeave

* Rename to HideTooltipOnCursorLeave

* Update doc

---------

Co-authored-by: Vincent Baaij <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants