-
-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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
Select options behaving differently in Vue 3 than Vue 2 #3475
Comments
As we can see if you have more than 4 |
There seems to be another bug that |
Though #3477 may fix that And there's still an issue to be investigated that |
Version
3.0.7
Reproduction link
Vue 3:
https://codesandbox.io/s/distracted-ritchie-kdcwo?file=/src/App.vue
Vue 2:
https://codesandbox.io/s/focused-glade-qj11z?file=/src/App.vue
Steps to reproduce
Click the submit button in both sandboxes
What is expected?
The
<option>
with valuenull
shouldn't be rendered as a string in Vue 3.What is actually happening?
When you add a couple of
<option>
, eventually an<option>
with valuenull
will be rendered as a it has a string value ofnull
.The text was updated successfully, but these errors were encountered: