NewOldMax / react-form-validator-core

Core validator component for react forms
MIT License
94 stars 44 forks source link

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

Open dfrancisc opened 8 months ago

dfrancisc commented 8 months ago

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

NewOldMax commented 8 months ago

Hi, you should not use nested forms #57