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
[ ] Regression (a behavior that used to work and stopped working in a new release)
[ ] Bug report
[ ] Performance issue
[x] Feature request
[ ] Documentation issue or request
[ ] Support request
[ ] Other... Please describe:
Current behavior
Currently its working only in case if we define onShow hook at global level but not in a specified variation.
Following source code:
onShow hook is calling only from global settings but i think we can add check is variation contain lifecycleHooks and then call them instead of global one.
Expected behavior
Ability to define lifecyclehooks in directive options or at variation level
What is the motivation / use case for changing the behavior?
Main motivation is to add more freedom of customization for tippy. My case is to hide any other tooltips that already opened to leave only single tooltip visible.
Environment
Angular version: X.Y.Z
Browser:
- [ ] Chrome (desktop) version XX
- [ ] Chrome (Android) version XX
- [ ] Chrome (iOS) version XX
- [ ] Firefox version XX
- [ ] Safari (desktop) version XX
- [ ] Safari (iOS) version XX
- [ ] IE version XX
- [ ] Edge version XX
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
I'm submitting a...
Current behavior
Currently its working only in case if we define onShow hook at global level but not in a specified variation.
Following source code:
helipopper/projects/ngneat/helipopper/src/lib/tippy.directive.ts
Line 280 in 3c57990
Expected behavior
Ability to define lifecyclehooks in directive options or at variation level
What is the motivation / use case for changing the behavior?
Main motivation is to add more freedom of customization for tippy. My case is to hide any other tooltips that already opened to leave only single tooltip visible.
Environment
The text was updated successfully, but these errors were encountered: