Skip to content

Commit 688d33a

Browse files
committed
Revert "fix(VCombobox): open full menu when re-opened after typing"
This reverts commit ffe0501.
1 parent 4a95697 commit 688d33a

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
372373
vTextFieldRef.value?.focus()
373374
}
374-
isPristine.value = true
375375
_searchLock.value = null
376376
}
377377
/** @param set - null means toggle */

0 commit comments

Comments
 (0)