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 d75f5e3 commit 3d1df29Copy full SHA for 3d1df29
packages/vuetify/src/labs/VDateInput/VDateInput.tsx
@@ -249,6 +249,7 @@ export const VDateInput = genericComponent<VDateInputSlots>()({
249
focused={ menu.value || isFocused.value }
250
onFocus={ focus }
251
onBlur={ onBlur }
252
+ validationValue={ model.value }
253
onClick:control={ isInteractive.value ? onClick : undefined }
254
onClick:prepend={ isInteractive.value ? onClick : undefined }
255
onUpdate:modelValue={ onUpdateDisplayModel }
0 commit comments