You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
vue 2.5.0
vuetify 0.16.6 (also tested with 0.15.7)
What is expected ?
When nothing is selected, only the label is shown.
What is actually happening ?
When nothing is selected, the string 'undefined' is shown underneath the label. Selecting an option makes it disappear, and unselecting all options (if multiple or the v-model is reset) makes it show up again.
Hah! Suddenly this issue was fixed in my app, because I happened to upgrade vue again to test a different thing, and it turns out v2.5.1 came out literally 20 minutes ago. Hope it doesn't break again with this fix.
Thanks either way!
Edit: Looks like it was this issue that was responsible for this and just got fixed in vue itself.
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. Please direct any non-bug questions to our Discord
lockbot
locked as resolved and limited conversation to collaborators
Apr 15, 2019
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps to reproduce
Just use a
<v-select>
component.Versions
vue 2.5.0
vuetify 0.16.6 (also tested with 0.15.7)
What is expected ?
When nothing is selected, only the label is shown.
What is actually happening ?
When nothing is selected, the string 'undefined' is shown underneath the label. Selecting an option makes it disappear, and unselecting all options (if multiple or the v-model is reset) makes it show up again.
This only happens when using vue 2.5.0.
Reproduction Link
https://codepen.io/jaromero/pen/yzxMJq
The text was updated successfully, but these errors were encountered: