Author: MikeSuiterCreated Dec 18, 2017Updated Jan 29, 2025
First off, let me know if you prefer Stack overflow or Github for questions on redux-form.
I have a parent form that is for the data read and submitted to the server. Nested down in that form I have a dialog that is also a redux-form that does validation and a submit. This is form can be shown several times and I have the initializeValues and validation working just fine. The submit is also working just fine but the problem is the parent form also gets the submit and saves the data to the server which isn't good.
Below is my nested form and I'm wondering how I can prevent its submit from also triggering the parent's form submit? I tried getting rid of the