You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(form-file): reset file input when value set to null or empty string (#2170)
* feat(form-file): reset file input when value set to null or empty string
As an alternative to calling the `reset()` method, users can now clear the form file input by setting the v-model to null or an empty string.
The watcher checks for null and empty string and internally calls reset()
* Update form-file.js
* Update README.md
0 commit comments