How can we reset vuetify's v-input-file? To clear the form input file after each upload?
<v-file-input
label="Upload"
accept="image/*"
@change="selectFile"
>
</v-file-input>
I had to go into the input component and clear the value
this.$refs.fileupload.$refs.input.value = null
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With