We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6731e0 commit b121493Copy full SHA for b121493
1 file changed
packages/vuetify/src/components/VSelect/VSelect.ts
@@ -263,6 +263,11 @@ export default baseMixins.extend<options>().extend({
263
this.$refs.menu?.updateDimensions()
264
})
265
}
266
+ if (this.hideSelected) {
267
+ this.$nextTick(() => {
268
+ this.onScroll()
269
+ })
270
+ }
271
},
272
isMenuActive (val) {
273
window.setTimeout(() => this.onMenuActiveChange(val))
0 commit comments