I'm using the Bootstrap-Vue component in a Vue-project with the accept prop set to "image/*". It works fine with the Browse-Button, but i can still drop all kind of files to the file-form and it accepts it. Is this a bug or am i missing something?
<b-form-file
accept="image/*"
v-model="file"
:state="null"
placeholder="Choose a file or drop it here..."
drop-placeholder="Drop file here..."
></b-form-file>