formik-persist icon indicating copy to clipboard operation
formik-persist copied to clipboard

initialValues reset storage

Open nicodmf opened this issue 5 years ago • 1 comments

After a previous page change, the user find the form filled, but at this time, the localStorage is filled with initialValues, and if the user change page without touch the form, the initials values take place.

A possible solution : save basic formik state after mounting and test it in update

nicodmf avatar Apr 15 '19 13:04 nicodmf

related to #14

nicodmf avatar Apr 16 '19 10:04 nicodmf