-
-
Notifications
You must be signed in to change notification settings - Fork 33.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
v-mode 在 <select> 上的表现异常 #6112
Comments
说了一定要有链接。 |
@.@ 网速太慢...., 终于知道怎么连接了 |
FYI this is also what happens in other situations (eg |
初始值 n和slct 不符合要求,但都保持了初始值( '1' 和 'aa') |
Hi @jstcodes , 如果用 If you using |
Hi @Plasmatium , |
Version
2.4.1
Reproduction link
https://jsfiddle.net/chrisvfritz/50wL7mdz/没有链接
Steps to reproduce
`
初始可渲染出'1',但1秒后变成空了,
通过watch 'slct' 发现,它被改了两次(自己改为'11',然后又被改为undefined),
算是bug吗?
`
What is expected?
初始 slct 被改为undefined,
或者当改变slct时不被改变成undefined
What is actually happening?
未出现期望的两种情况之一.
当无选项被选中时,select的值都被改成undefined,
或者当无选项被选中时,都不改赋予select的值
The text was updated successfully, but these errors were encountered: