Open georgefeast opened 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.
I'm running into the same issue 😢 Specifically for file uploads- they are not persisting.
There is an open PR to ignore certain fields #6
I need to switch off "isSubmitting"
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.