2.11.2
any environment
https://codepen.io/gx761/pen/zzWXVM
Note: a condition is added to display logic of upload button that only when fileList is empty, will the button be displayed.
the thumbnails should have gone after clicking on reset button.
you will see filelist is emptyed, the upload button is displayed, but the thumbails(preview images) are still there.
see: https://ant.design/components/form/#components-form-demo-validate-other
getFieldDecorator('upload', {
+ valuePropName: 'fileList',
})
Most helpful comment
see: https://ant.design/components/form/#components-form-demo-validate-other