-
-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
I am using TimePicker inside form but I am unable to change the time only TimePeriod selector is working.
<FormField
control={form.control}
name="startTime"
render={({ field }) => (
<FormItem>
<FormLabel>Start Time</FormLabel>
<FormControl>
<TimePicker date={field.value} setDate={field.onChange} />
</FormControl>
<FormMessage />
</FormItem>
)}
/>
Recording.2025-02-17.052927.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels