ant-design-vue
ant-design-vue copied to clipboard
Upload组件 listType="picture-card" showUploadList="false" disabled 上传按钮一直存在的bug
trafficstars
- [x] I have searched the issues of this repository and believe that this is not a duplicate.
Version
4.2.6
Environment
无
Reproduction link
Steps to reproduce
点击切换禁用按钮, 当disabled为true时, 查看 showUploadList为true和为false的差异, showUploadList为false时会一直展示上传按钮(bug).
What is expected?
disabled状态下, showUploadList为false时不展示上传区域按钮(与showUploadList为true时表现一致)
What is actually happening?
disabled状态下, showUploadList为false时. 上传区域按钮还在展示