Open the dropdown
Notice the nzVisible value is correctly updated from false to true on the template
Close the dropdown
nzVisible property remains true
What is expected?
nzVisible property is updated properly with onPush change detection strategy
What is actually happening?
nzVisible property remains true after closing the dropdown
Reproduction link
https://stackblitz.com/edit/angular-nyb7pp
Steps to reproduce
Open the dropdown Notice the nzVisible value is correctly updated from false to true on the template Close the dropdown nzVisible property remains true
What is expected?
nzVisible property is updated properly with onPush change detection strategy
What is actually happening?
nzVisible property remains true after closing the dropdown