redux-form: Failed submission due to SubmissionError disabling submit until a Field changes
This seems useful for most cases, but there are some edge cases where you would want to resubmit even though the fields haven’t changed.
For example when you have the signup and login forms within the same redux-form
component. I manage the change between them through state which determines which handleSubmit function to call on submission.
Is there any way to work around this behaviour or is my approach of managing this through state wrong?
About this issue
- Original URL
- State: closed
- Created 8 years ago
- Reactions: 1
- Comments: 26
Any update on this @erikras ? It seems to be that what we need is a way to disable the functionality that a resubmit requires the failing field to be dirtied.