Johann-S / bs-custom-file-input

A little plugin for Bootstrap 4 custom file input
https://bs-custom-file-input.netlify.com/
MIT License
210 stars 39 forks source link

disable drag & drop? #104

Open query1000 opened 2 years ago

query1000 commented 2 years ago

Can you disable drag & drop?

The reason why I want to do this is that the file-type filtering with input tag's accept attribute does not work if you drag & drop as the issue below. https://github.com/Johann-S/bs-custom-file-input/issues/41

Thank you!