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] V-Select items stopped get loaded #10485

Closed
dionysiosarvanitis opened this issue Feb 6, 2020 · 2 comments · Fixed by skyYaga/skdvin-webapp#23 or anyulled/reactivewebflux#5
Assignees
Labels
C: VSelect VSelect P: high The issue is of high importance T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Milestone

Comments

@dionysiosarvanitis
Copy link
Contributor

Environment

Vuetify Version: 2.2.9
Last working version: 2.2.8
Vue Version: 2.6.11
Browsers: Chrome 81.0.4044.9
OS: Windows 10

Steps to reproduce

Try to load a simple select component like the one below:

<v-select:items="shipmentItems" v-model="form.shipment.id">

Expected Behavior

All items included in shipmentItems should be appear in the list.

Actual Behavior

Only the first 20 items from shipmentItems appears in the list.

Reproduction Link

https://codepen.io/arvanoid/pen/NWqWapW

Other comments

Should be related to that recent change with lazy loading bd2278f

@ghost ghost added the S: triage label Feb 6, 2020
@KaelWD KaelWD added C: VSelect VSelect P: high The issue is of high importance T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke and removed S: triage labels Feb 6, 2020
@KaelWD KaelWD added this to the v2.2.x milestone Feb 6, 2020
@KaelWD KaelWD self-assigned this Feb 6, 2020
@moondog94

This comment has been minimized.

@KaelWD
Copy link
Member

KaelWD commented Feb 6, 2020

Cause: a081e21

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C: VSelect VSelect P: high The issue is of high importance T: bug Functionality that does not work as intended/expected T: regression Something that used to work but we broke
Projects
None yet
3 participants