jaredpalmer / formik-persist

💾 Persist and rehydrate a Formik form to localStorage
MIT License
376 stars 56 forks source link

adds clearIfSubmitted prop (resolves #5) #33

Open benzaita opened 4 years ago

benzaita commented 4 years ago

This PR adds an optional clearIfSubmitted property. When set, the form state will be removed on unmount if it was submitted.