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
1 - hover tooltip area and see that tooltip is displayed
2 - click on "toggle tooltip visibility" button
3 - hover tooltip area and see that tooltip is still displayed
What is expected?
tooltip should no longer be displayed after switching the nz-tooltip value to null
What is actually happening?
tooltip is still displayed after switching the nz-tooltip value to null
Environment
Info
ng-zorro-antd
8.4.1
Browser
chrome
My reproduction link also provides a workaround relying on nzOverlayStyle to force the tooltip to be hidden.
But I think that this is not an ideal solution.
The text was updated successfully, but these errors were encountered:
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-issue-tooltip
Steps to reproduce
1 - hover tooltip area and see that tooltip is displayed
2 - click on "toggle tooltip visibility" button
3 - hover tooltip area and see that tooltip is still displayed
What is expected?
tooltip should no longer be displayed after switching the nz-tooltip value to null
What is actually happening?
tooltip is still displayed after switching the nz-tooltip value to null
My reproduction link also provides a workaround relying on nzOverlayStyle to force the tooltip to be hidden.
But I think that this is not an ideal solution.
The text was updated successfully, but these errors were encountered: