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
Vuetify Version: 2.2.15 Vue Version: 2.6.11 Browsers: Chrome 80.0.3987.132 OS: Windows 10
vuetify selects only showing first 20 items from the list if we set hide-selected=true,
<v-select v-bind:items="test_data" v-model="test_modal" label="Reader permissions" multiple chips deletable-chips :counter="test_data.length" hide-selected ></v-select>
see complete code on codepen here
only hide selected items
hide all items if more than 20
https://codepen.io/prajin/pen/dyoVebj
The text was updated successfully, but these errors were encountered:
Duplicate of #2660 unfortunately. We can probably remove that number at this point, this just got swept under the rug. Thank you for your patience.
If you have any additional questions, please reach out to us in our Discord community.
Sorry, something went wrong.
johnleider
No branches or pull requests
Environment
Vuetify Version: 2.2.15
Vue Version: 2.6.11
Browsers: Chrome 80.0.3987.132
OS: Windows 10
Steps to reproduce
vuetify selects only showing first 20 items from the list if we set hide-selected=true,
see complete code on codepen here
Expected Behavior
only hide selected items
Actual Behavior
hide all items if more than 20
Reproduction Link
https://codepen.io/prajin/pen/dyoVebj
The text was updated successfully, but these errors were encountered: