-
-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
关于Vue 3的v-model的bug报告 #10503
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: v-model
Comments
The early return here causes core/packages/runtime-dom/src/directives/vModel.ts Lines 90 to 96 in 3648498
|
haoqunjiang
added
the
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
label
Mar 13, 2024
OnlyWick
added a commit
to OnlyWick/core
that referenced
this issue
Mar 13, 2024
OnlyWick
added a commit
to OnlyWick/core
that referenced
this issue
Mar 13, 2024
yyx990803
pushed a commit
that referenced
this issue
Apr 15, 2024
lynxlangya
pushed a commit
to lynxlangya/core
that referenced
this issue
May 30, 2024
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
🔨 p3-minor-bug
Priority 3: this fixes a bug, but is an edge case that only affects very specific usage.
🐞 bug
Something isn't working
scope: v-model
Vue version
3.2.47
Link to minimal reproduction
https://play.vuejs.org/#eNp9UslOwzAQ/RXLQiKVSgKCU0krFvVQDgUBR19COkldHNvyEoqi/Dtjhy6Hqje/xeP3bHf0Ueu09UAnNLel4doRC87rGZO80co40hEDFelJZVRDLtF6ySSTpZLWkcbWZBr05Hp0YJVcSO0dKkkCIzKdkY5JQoKoBKRcViqB1BWmBpe2hfAwug8GnDZA3Ln0zReYE7YeD8qzISqGROCg0aJwgIiQfH0z67oYrO/zDFFkeQzkfjVMGZVxNqOkvWrUCgRS6Ef8EG0I/xskF9CCdCNGMxyTZ0cn0TF1FhtVvE43Vkm8v1iS0VI1mgswr9pxbMzoZKgftEII9fMSOWc8jHd8uYby+wS/sdvAMfpmwIJpgdG9NlzMIM8/lrDF9V7EXl6g+4z4DvgaPmQcbE9erjD2kS+mXcRfwGX9aedbB9LuSoWgwdlHP6P4M57PVD/EvU3v4j58S9r/ARxj1a8=
Steps to reproduce
1.写一个input标签,type为number,用v-model绑定值
2.通过输入框输入01,触发oninput事件
3.直接吧v-model的绑定值替换为数字1
What is expected?
页面input输入框应显示1
What is actually happening?
实际上页面input输入框还是显示01
System Info
No response
Any additional comments?
No response
The text was updated successfully, but these errors were encountered: