-
-
Notifications
You must be signed in to change notification settings - Fork 7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug Report] Form reset should set value to null #7429
Comments
vuetify/packages/vuetify/src/mixins/validatable.ts Lines 205 to 210 in 4cc8b8c
vuetify/packages/vuetify/src/components/VTextField/VTextField.js Lines 210 to 213 in 9b354fd
|
@KaelWD so what about it? ^ |
This is still relevant |
With current behaviour it is really ugly to use data with typescript, cause you should consider both undefined and null in type definition |
Is anybody here? |
@KaelWD So is that the end of it? Why were these both closed as duplicates of each other without explanation? |
Versions and Environment
Vuetify: 1.5.14
Vue: 2.6.10
Browsers: Chrome 75.0.3770.80
OS: Linux x86_64
Steps to reproduce
Press "Reset" button
Expected Behavior
Resetting form should set input value to null (according to docs)
Actual Behavior
Resetting form set input value to undefined
Reproduction Link
https://codepen.io/anon/pen/zQVmob?editors=1010#0
The text was updated successfully, but these errors were encountered: