Skip to content

Commit ffe0501

Browse files
committed
fix(VCombobox): open full menu when re-opened after typing
1 parent 5967d76 commit ffe0501

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VCombobox/VCombobox.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -369,9 +369,9 @@ export const VCombobox = genericComponent<new <
369369
}
370370
function onAfterLeave () {
371371
if (isFocused.value) {
372-
isPristine.value = true
373372
vTextFieldRef.value?.focus()
374373
}
374+
isPristine.value = true
375375
_searchLock.value = null
376376
}
377377
/** @param set - null means toggle */

0 commit comments

Comments
 (0)