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
Added ability to pass a function to reset form helper. When passed, it will be called with current form attributes, and it's return value will be assigned as next form attributes. This behaviour can be used to amend current "clean" form attributes in some way without affecting form's isPristine flag.
Added setState form helper. Designed for advanced usage, it takes an updater function and passes whole form's state to it. It's return value is assigned as next entire form state.