does not work for me with DateInput:
<DateInput
className="max-w-sm"
label="Active from"
value={parseDate(model?.activeFrom)}
</DateInput>
'activeFrom' is a formatted date. I have compilation error: TS2322: Type CalendarDate is not assignable to type DateValue | null | undefined