-
Notifications
You must be signed in to change notification settings - Fork 156
Open
Labels
20.2.x🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.tooltip
Description
Is your feature request related to a problem? Please describe.
Align the tooltip with the WC one which provides the posibility to explicitly set the triggers that will show/hide the tooltip when interacting with the target.
Describe the solution you'd like
New API for the tooltip target (IgxTooltipTargetDirective):
showTriggers- Which event triggers will show the tooltip. Expects a comma separate string of different event triggers.hideTriggers- Which event triggers will hide the tooltip. Expects a comma separate string of different event triggers.
Describe alternatives you've considered
Extending the IgxTooltipTargetDirective and implementing the desired behavior. This can be simplified if there are properties that provide this behavior out of the box.
Metadata
Metadata
Assignees
Labels
20.2.x🧰 feature-request✅ status: resolvedApplies to issues that have pending PRs resolving them, or PRs that have already merged.Applies to issues that have pending PRs resolving them, or PRs that have already merged.tooltip