We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Vuetify Version: 3.6.11 Vue Version: 3.4.31 Browsers: Google Chrome OS: Windows
There should not be an error in the console when using the .reset() function on a VForm when there is a VFileInput in the form
There is an error in the console when using the .reset() function on a VForm when there is a VFileInput in the form
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered:
fix(VFileInput): trying to read index 0 of null after VForm reset()
05e8a29
fixes vuetifyjs#20101
fix(VFileInput): emit null after VForm reset() (#20207)
6337f52
fixes #20101
Successfully merging a pull request may close this issue.
Environment
Vuetify Version: 3.6.11
Vue Version: 3.4.31
Browsers: Google Chrome
OS: Windows
Steps to reproduce
Expected Behavior
There should not be an error in the console when using the .reset() function on a VForm when there is a VFileInput in the form
Actual Behavior
There is an error in the console when using the .reset() function on a VForm when there is a VFileInput in the form
Reproduction Link
https://play.vuetifyjs.com/#...
The text was updated successfully, but these errors were encountered: