-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(popover): don't show popover if content is undefined #1504
Comments
you can control it via |
Either I don't understand the request or the response. Let me explain my situation, which I thought matches what @serddmitry was requesting: I have a number of components displayed using |
aha, ok |
We are currently using popover version 1.6.3 and can't update it fr some other dependencies, do we have any alternative for this that would work in older version. |
UPDATE: it should be like with tooltips, if a content is not defined, it should be displayed
In our app we show popovers if the popover content is present, which is not always the case.
Would be cool to be able to disable popover through a property. As a workaround, I'm using 2 *ngIf - one with popover and one without.
The text was updated successfully, but these errors were encountered: