react-form-validator-core icon indicating copy to clipboard operation
react-form-validator-core copied to clipboard

Is there a way to avoid propagation when having nested forms?

Open dfrancisc opened this issue 2 years ago • 1 comments

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

dfrancisc avatar Jan 18 '24 16:01 dfrancisc

Hi, you should not use nested forms #57

NewOldMax avatar Jan 18 '24 18:01 NewOldMax