Open rogueturnip opened 3 weeks ago
I should mention.. my schema looks like this
roof_gutters: z.object({
materialType: z.enum(['Aluminum', 'Copper', 'Steel', 'Vinyl']),
properlyAttached: z.boolean(),
debrisFree: z.boolean(),
properDrainage: z.boolean(),
...inspectionItemSchema
}),
Great library! Functionally things are rendering great but I'm seeing errors and when I submit all my select (enum) options fail validation.
my code is very simple.
Is this something I'm not setting up right or other?
Thanks!