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

Turn off persistence for specific fields

Open georgefeast opened this issue 5 years ago • 3 comments

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.

georgefeast avatar Mar 27 '19 22:03 georgefeast

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

jakeleboeuf avatar Apr 13 '19 12:04 jakeleboeuf

There is an open PR to ignore certain fields #6

Ciaran0 avatar May 19 '19 09:05 Ciaran0

I need to switch off "isSubmitting"

hendrul avatar Sep 02 '19 19:09 hendrul