jaredpalmer / formik-persist

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

added session storage option, if user wants to clear the form if brow… #22

Closed anujsachan1990 closed 5 years ago

anujsachan1990 commented 5 years ago

If the user wants to clear all the stored data on browser close then we can use isSessionStorage to enable session storage in-place of Local storage.