pIvan / file-upload

drag and drop file component
MIT License
87 stars 12 forks source link

Do we have feature to hide/disable the remove icon from each file upload item list? #66

Closed sumitdhungana14 closed 2 years ago

sumitdhungana14 commented 2 years ago

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?

pIvan commented 2 years ago

Hi @sumitdhungana14,

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.