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

[Bug Report] vuetify selects only showing first 20 items from the list, If we set hide-selected=true #10750

Closed
PRAJINPRAKASH opened this issue Mar 5, 2020 · 1 comment
Assignees
Labels
C: VSelect VSelect duplicate The issue has already been reported

Comments

@PRAJINPRAKASH
Copy link

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,

  <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

Expected Behavior

only hide selected items

Actual Behavior

hide all items if more than 20

Reproduction Link

https://codepen.io/prajin/pen/dyoVebj

@ghost ghost added the S: triage label Mar 5, 2020
@johnleider
Copy link
Member

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.

@johnleider johnleider added C: VSelect VSelect duplicate The issue has already been reported and removed S: triage labels Mar 11, 2020
@johnleider johnleider self-assigned this Mar 11, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSelect VSelect duplicate The issue has already been reported
Projects
None yet
Development

No branches or pull requests

2 participants