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
Setup an nz-upload component.
Binding it to a fileList as per the docs.
Once the page has loaded, perhaps there are some files that need to be displayed that are loaded asynchronously.
Add these images into the fileList by pushing or recreating the
What is expected?
A picture-card nz-upload component should display images that have been added into the fileList.
What is actually happening?
Binding issue. Items added manually into fileList do not appear on the images for the component.
Environment
Info
ng-zorro-antd
7.5.1
Browser
Chrome 75
The text was updated successfully, but these errors were encountered:
Reproduction link
https://angular-y1cpfq.stackblitz.io
Steps to reproduce
Setup an
nz-upload
component.Binding it to a
fileList
as per the docs.Once the page has loaded, perhaps there are some files that need to be displayed that are loaded asynchronously.
Add these images into the
fileList
by pushing or recreating theWhat is expected?
A picture-card nz-upload component should display images that have been added into the
fileList
.What is actually happening?
Binding issue. Items added manually into
fileList
do not appear on the images for the component.The text was updated successfully, but these errors were encountered: