We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug When i focus empty v-select input, i see no-options item. Maybe i do something wrong?
no-options
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..."
The text was updated successfully, but these errors were encountered:
feat: scope the no-options slot
a37c143
Resolves #1071, Resolves #1081
feat: scope the no-options slot (#1083)
be44b29
Resolves #1071, Resolves #1081 https://vue-select.org/guide/slots.html#improving-the-default-no-options-text
🎉 This issue has been resolved in version 3.6.0 🎉
The release is available on:
Your semantic-release bot 📦🚀
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
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:
Expected behavior
I expect only focused element
or maybe some helper text "Enter username or choose from options..."
The text was updated successfully, but these errors were encountered: