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 1a98d03 commit 57bb5adCopy full SHA for 57bb5ad
packages/vuetify/src/components/VCombobox/VCombobox.tsx
@@ -154,6 +154,7 @@ export const VCombobox = genericComponent<new <
154
_search.value = val ?? ''
155
if (!props.multiple && !hasSelectionSlot.value) {
156
model.value = [transformItem(props, val)]
157
+ nextTick(() => vVirtualScrollRef.value?.scrollToIndex(0))
158
}
159
160
if (val && props.multiple && props.delimiters?.length) {
0 commit comments