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? 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
Vuetify Version: 3.3.16 Vue Version: 3.3.4 Browsers: Chrome 116.0.0.0 OS: Linux x86_64
<v-text-field clearable v-model="model"/>
model
Clears to empty string. Text field types doesn't help to expect this.
Clears to null.
https://play.vuetifyjs.com/#...
Lots of reasoning in #4144.
The text was updated successfully, but these errors were encountered:
Agree that this should be fixed, very annoying to upgrade your whole api to support null values instead of empty strings
Sorry, something went wrong.
No branches or pull requests
Environment
Vuetify Version: 3.3.16
Vue Version: 3.3.4
Browsers: Chrome 116.0.0.0
OS: Linux x86_64
Steps to reproduce
<v-text-field clearable v-model="model"/>
model
is nullExpected Behavior
Clears to empty string. Text field types doesn't help to expect this.
Actual Behavior
Clears to null.
Reproduction Link
https://play.vuetifyjs.com/#...
Other comments
Lots of reasoning in #4144.
The text was updated successfully, but these errors were encountered: