[Bug Report] V-Select items stopped get loaded #10485
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
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
The text was updated successfully, but these errors were encountered: