Is your feature request related to a problem? Please describe.
The tooltip component is implemented in WC, and it has some new features that currently do not exist in Angular.
Describe the solution you'd like
For the full specification of the new design provided, please check the following link.
Behaviors
Properties
Methods
Additional
(Investigate possible implementation/improvement)
For Angular tooltip, configuring both is possible by setting overlaySettings: positionStrategy, but it does require a fair amount of code. There might be other approaches as well.
Here is a sample that positions the tooltip 16px above the target.
Is your feature request related to a problem? Please describe.
The tooltip component is implemented in WC, and it has some new features that currently do not exist in Angular.
Describe the solution you'd like
For the full specification of the new design provided, please check the following link.
Behaviors
Properties
showDelaydefault value should be 200. - RivahideDelaydefault value should be 300. - RivaMethods
IgxTooltipTargetmethodsshowTooltip/hideTooltipshould not takeshowDelay/hideDelayinto account. - RivaAdditional
(Investigate possible implementation/improvement)
showTriggers/hideTriggers- Support for custom triggers that show/hide the tooltip.placement(Where to place the floating element relative to the parent anchor element.) - Can be achieved viapositionSettings. Postponed - potentially be exposed for global use inPositionSettings.offset(The offset of the tooltip from the anchor in pixels.) - Implemented for global use inPositionSettings.For Angular tooltip, configuring both is possible by setting overlaySettings: positionStrategy, but it does require a fair amount of code. There might be other approaches as well.
Here is a sample that positions the tooltip
16pxabove the target.