Replies: 2 comments
-
Generally speaking, I don't see why not. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
Beta Was this translation helpful? Give feedback.
All reactions