[Bug Report] v-autocomplete: further options are not always loaded #5649
Labels
C: VAutocomplete
VAutocomplete
C: VCombobox
VCombobox
C: VSelect
VSelect
duplicate
The issue has already been reported
T: bug
Functionality that does not work as intended/expected
Versions and Environment
Vuetify: 1.3.8
Vue: 2.5.17
Browsers: Chrome 70.0.3538.102
OS: Windows 10
Steps to reproduce
Search the dropdown for "a" and select all options without scrolling the results.
Expected Behavior
After a selection of x options, further matching options should be loaded.
Actual Behavior
After all initially available options have been selected (20 items), no more matching options will be loaded as there is no scrollbar left to trigger the reload.
Reproduction Link
https://codepen.io/joke1/pen/BGwBGY
Other comments
Affects v-autocomplete and v-combobox with multiple & hide-selected settings.
The text was updated successfully, but these errors were encountered: