neos / form-fusionrenderer

Flow Form Framework preset for Fusion based Form rendering
MIT License
8 stars 16 forks source link

BUGFIX: Format DateTime in DatePicker #24

Open Sebobo opened 3 years ago

Sebobo commented 3 years ago

Without this change Flow would convert the value to a DateTime object and an exception occurs when Fusion tries to convert the object to a string value.

simonhir commented 1 year ago

Closes #28