Skip to content

Commit e738692

Browse files
committed
refactor(VDateInput): eager load menu on focus
1 parent dd6ac15 commit e738692

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/vuetify/src/labs/VDateInput/VDateInput.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ export const VDateInput = genericComponent<VDateInputSlots>()({
156156
v-model={ menu.value }
157157
activator="parent"
158158
min-width="0"
159+
eager={ isFocused.value }
159160
location={ props.location }
160161
closeOnContentClick={ false }
161162
openOnClick={ false }

0 commit comments

Comments
 (0)