react-form-validator-core
react-form-validator-core copied to clipboard
Is there a way to avoid propagation when having nested forms?
I have nested forms in the same page. When clicking on save, parent forms also validate. Is there a way to use e.stopPropagation? I believe this should be when validating. NOT in onSubmit
Hi, you should not use nested forms #57