I wanted to change v-file-input icon and place the icon behind. So I used "append-outer-icon" to change icon and place, but If I click the icon nothing happen. I waned to click the "append-outer-icon" and open folder like click the prepend-icon. My sample code is below.
<template>
<v-file-input
prepend-icon=""
append-outer-icon="mdi-folder-open"
></v-file-input>
</template>
Could anyone advise me?