You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using coercion with Reform, the raw date strings are coerced into Date types during validation. If validation fails, the values remain as the coerced types. This results in incorrect date format display when the form is rerendered on the view.
Complete Description of Issue
When using coercion with Reform, the raw date strings are coerced into Date types during validation. If validation fails, the values remain as the coerced types. This results in incorrect date format display when the form is rerendered on the view.
Steps to reproduce
Expected behavior
Reform should revert the form values to their original raw input when validation fails.
Actual behavior
Form values are persisted in the form object even if validation fails and input is invalid.
System configuration
Reform version: 2.2
The text was updated successfully, but these errors were encountered: