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

No options text shown on empty input #1081

Closed
arthurshlain opened this issue Mar 4, 2020 · 1 comment · Fixed by #1083
Closed

No options text shown on empty input #1081

arthurshlain opened this issue Mar 4, 2020 · 1 comment · Fixed by #1083
Labels

Comments

@arthurshlain
Copy link

arthurshlain commented Mar 4, 2020

Describe the bug
When i focus empty v-select input, i see no-options item.
Maybe i do something wrong?

To Reproduce
I use these settings:

<v-select v-model="user"
  @search="fetchUsers"
  :filterable="false"
  :options="users"
  placeholder="User name"
  :reduce="(user) => { return { name: user.name, guid: user.guid } }" 
  label="name"></v-select>

Expected behavior
I expect only focused element
or maybe some helper text "Enter username or choose from options..."

@github-actions
Copy link

github-actions bot commented Mar 5, 2020

🎉 This issue has been resolved in version 3.6.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant