Date Input Demo
Testing date field styling (vs other inputs) and default value behavior.
Date + text input with shared styles (HeroHookFormProvider)
Both fields should look the same (variant, size, radius). Birth Date uses a new Date() default; Event Date uses an ISO string ("2025-03-20"). Both are converted to CalendarDate.
ZodForm with Date and ISO string defaults
Start Date uses new Date(2000, 0, 1); converted to CalendarDate internally.