Package
v4.x
Description
I use InputDate in a form. On submit the date is send to an API endpoint where the date is expected as ISO date string for example '2026-01-26'.
Currently the value of InputDate is DateValue. I want to request a value formating option, e.g. format=ISO.
Until this could be added, is there any easy workaround for the value transformation?
Additional context
No response