jaredpalmer / formik-persist

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

Feature: save only on submit #32

Open silesky opened 4 years ago

silesky commented 4 years ago

I modified formik-persist on a local project to take a saveOnlyOnSubmit prop. If anyone else thinks this is a useful feature, I can create a PR.

Just looking for feedback.