pqina / vue-filepond

🔌 A handy FilePond adapter component for Vue
https://pqina.nl/filepond
MIT License
1.92k stars 128 forks source link

How can i hide the remove button #213

Closed saimow closed 3 years ago

saimow commented 3 years ago

i want to hide the remove button i added allowRemove=false but it did not work.

my code:

<file-pond
    name="image"
    ref="pond"
    allow-remove="false"
    class-name="my-pond"
    label-idle="Drop Images here..."
    allow-multiple="true"
    accepted-file-types="image/jpeg, image/png"
    allowDrop=true
    :server="'/api/upload/'+productId"
  />
saimow commented 3 years ago

allowRevert="false" did the job