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
It should show the Windows option with its custom content
What is actually happening?
The option is not showing the original content before search.
Environment
Info
ng-zorro-antd
9.1.0
Browser
Firefox 75.0 64Bits on MacOS
I ran into this bug when creating an phone number component. After searching for the calling code it will have a list with empty content. Only after scrolling they will reappear.
The stackblitz has the same code used inside the demo. But in the stackblitz it works :/
The text was updated successfully, but these errors were encountered:
Hi all, the bug is caused by the virtual scroll of @angular/cdk
the diff strategy and template cache has something wrong in this situation
ref angular/components#15838
set cdkVirtualForTemplateCacheSize to 0 as a temp solution
vthinkxie
pushed a commit
to vthinkxie/ng-zorro-antd
that referenced
this issue
Jun 15, 2020
Reproduction link
https://stackblitz.com/edit/ng-zorro-antd-start-z6h7vm
Steps to reproduce
Mac
as search queryWhat is expected?
It should show the Windows option with its custom content
What is actually happening?
The option is not showing the original content before search.
I ran into this bug when creating an phone number component. After searching for the calling code it will have a list with empty content. Only after scrolling they will reappear.
The stackblitz has the same code used inside the demo. But in the stackblitz it works :/
The text was updated successfully, but these errors were encountered: