hooked up the date input
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user