show/hide declarativly #60
Unanswered
jon-coffey
asked this question in
Q&A
Replies: 1 comment 4 replies
-
You can use ViewChild to query the instance and call it manually. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Our use case is to show the tippy as "error message balloon" and toggle visibility if reactive Form Control has errors.
Is it already possible to show/hide the tippy declarativly? I tried [isEnabled] but once disabled it doesn't restore the latest visibility status if re-enabled.
I thought about the following possible options: (the higher the better/cleaner IMHO)
I also already played with [variation] but the whole tippy is then updated and doesn't allow for smooth transition.
Are there any other options how to it that I've might missed to accomplish the goal?
Thank you
Beta Was this translation helpful? Give feedback.
All reactions