hooked up the date input

This commit is contained in:
2025-08-23 11:24:53 -04:00
parent 289199478e
commit 9b3495d046
2 changed files with 2 additions and 2 deletions

View File

@@ -76,7 +76,7 @@ onMounted(() => {
<Form v-if="initialValues" :validation-schema="formSchema" :initial-values="initialValues" @submit="onSubmit"
class="space-y-6">
<!-- Age -->
<FormField name="age" v-slot="{ value, handleChange }">
<FormField name="dob" v-slot="{ value, handleChange }">
<FormItem>
<FormLabel>What is your date of birth?</FormLabel>
<FormControl>