Skip to content

Commit 3d1df29

Browse files
authored
fix(VDateInput): Set validationValue to modelValue (#21408)
fixes #20351
1 parent d75f5e3 commit 3d1df29

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
@@ -249,6 +249,7 @@ export const VDateInput = genericComponent<VDateInputSlots>()({
249249
focused={ menu.value || isFocused.value }
250250
onFocus={ focus }
251251
onBlur={ onBlur }
252+
validationValue={ model.value }
252253
onClick:control={ isInteractive.value ? onClick : undefined }
253254
onClick:prepend={ isInteractive.value ? onClick : undefined }
254255
onUpdate:modelValue={ onUpdateDisplayModel }

0 commit comments

Comments
 (0)