jaredpalmer / formik-persist

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

Turn off persistence for specific fields #19

Open georgefeast opened 5 years ago

georgefeast commented 5 years ago

Is there any way to have persistence applied to a form but turn it off for a specific field? I have a file upload field handled by react-dropzone that persists just the path but not the actual reference to the file on reload.

jakeleboeuf commented 5 years ago

I'm running into the same issue 😢 Specifically for file uploads- they are not persisting.

Ciaran0 commented 5 years ago

There is an open PR to ignore certain fields #6

hendrul commented 5 years ago

I need to switch off "isSubmitting"