shakacode / re-formality

Form validation tool for reason-react
https://re-formality.now.sh
MIT License
244 stars 35 forks source link

Add Reset to initial state to forms #42

Closed arnarthor closed 5 years ago

arnarthor commented 5 years ago

We have a use case at work where we need to be able to Reset the form to it's initial state without submitting it (by pressing a cancel button).

This PR adds that functionality 👍