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
3.0.0-beta.18
https://flatdragon.github.io/vue-next-v-model-incorrect/
'undefined' should no appear as text value on input.
'undefined' is appear as text value on input.
See Vue 2 v-model behaviour on GitHub Pages (Source code). See Vue 3 v-model behaviour on GitHub Pages (Source code).
The text was updated successfully, but these errors were encountered:
fix(v-model): keep v-model with undefined insistent as 2.x
v-model
undefined
d1a852c
fix vuejs#1528
fix(v-model): consistent nullish value handling with 2.x (#1530)
425335c
fix #1528
Successfully merging a pull request may close this issue.
Version
3.0.0-beta.18
Reproduction link
https://flatdragon.github.io/vue-next-v-model-incorrect/
Steps to reproduce
What is expected?
'undefined' should no appear as text value on input.
What is actually happening?
'undefined' is appear as text value on input.
See Vue 2 v-model behaviour on GitHub Pages (Source code).
See Vue 3 v-model behaviour on GitHub Pages (Source code).
The text was updated successfully, but these errors were encountered: