I want to show the remove icon on the file item i.e. <file-upload-item-list> only on certain conditions and hide/disable on other conditions. Is there a property exposed by <file-upload> component I could bind to to achieve this requirement?
the component is designed so that it is possible to customize the list,
the built-in list is as it is and the parameters will not hide the icons,
you can create your own custom list.
I want to show the remove icon on the file item i.e.
<file-upload-item-list>
only on certain conditions and hide/disable on other conditions. Is there a property exposed by<file-upload>
component I could bind to to achieve this requirement?