galhavivi / cofi

JavaScript Form Solutions
https://galhavivi.github.io/cofi
Other
2 stars 1 forks source link

ISSUE-7-revert-form-state-on-action-error #10

Closed galhavivi closed 2 years ago

galhavivi commented 2 years ago

If an error occurred during action execution (due to some user custom handlers like validators) - revert form to its prev state (its previous snapshot) - to keep data integrity (revert the action transaction).

Resolve: #7