aurelia / validation

A validation plugin for Aurelia.
MIT License
132 stars 129 forks source link

Validation tries to validate all the fields in all the forms in the VM instead only of the submitted one #185

Closed niieani closed 8 years ago

niieani commented 8 years ago

I have 2 forms inside of one VM. When I click the submit button or otherwise submit the form, validation validates the fields of both forms, instead of just the one that was submitted, thus making the validation fail.

plwalters commented 8 years ago

Thanks for submitting this / commenting on this. At this time we are closing this because we have completely re-written and are deprecating the previous feature set. If you feel this should be re-opened please feel free to review this blog post and submit either again on this repository, or on the new validatejs bridge repository

Thanks again!