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
Add "modified" and "touched" to "cssClasses" for "fieldOptions" ( full version only )
Add "error" and "pending" to "cssClasses" for "formOptions" ( full version only )
Add "nestedMultipartDataToJSON" to "formOptions" to allow transformation of nested objects for FormData ( full version only )
Add "eslint" to dev dependencies
Add internal method to fix issue on sub-class initialization where "initialValues" was returned as empty object ( full version only )
Fix bug on multipart form management ( full version only )
Fix on form submit: css class for "submit" is now added after form validation and before submit instead of before form validation ( full version only )