[Vuejs]-The file selection window does not open vuejs 11 October 2023 by thecoderscamp.com 0👍 I am sure, that the problem is not inside this code. But if you are using any custom input like this Then your tag should look like this <input type="file" class="file-loader__input" @change="provide_user_input" onclick="this.value = null"> [Vuejs]-Vuelidate doesn't show the message on conditional statement Source:stackexchange.com