Skip to content
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-select shows the string 'undefined' with vue 2.5.0 when nothing is selected #2168

Closed
jaromero opened this issue Oct 13, 2017 · 3 comments
Closed

Comments

@jaromero
Copy link

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

@jacekkarczmarczyk
Copy link
Member

Fixed with f581177

@jaromero
Copy link
Author

jaromero commented Oct 13, 2017

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.

@lock
Copy link

lock bot commented Apr 15, 2019

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

@lock lock bot locked as resolved and limited conversation to collaborators Apr 15, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants