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
In the example click on the VISIBLE button, when the visible is false then it should not show the tooltip and if visible is true, then it show the tooltip.
What is expected?
should show/hide the tooltip dynamically. In previous version, it was working.
What is actually happening?
Current version its not working as expected.
Environment
Info
ng-zorro-antd
9.0.2
Browser
Chrome 81
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/angular-mjbd3a?file=src/app/app.component.ts
Steps to reproduce
In the example click on the VISIBLE button, when the visible is false then it should not show the tooltip and if visible is true, then it show the tooltip.
What is expected?
should show/hide the tooltip dynamically. In previous version, it was working.
What is actually happening?
Current version its not working as expected.
The text was updated successfully, but these errors were encountered: