angular-ui-form-validation
angular-ui-form-validation copied to clipboard
Running custom validation 'runCustomValidation' for specific form
I would like to clarify my question or rather ask. Currently, we have ability to run 'runCustomValidation'. However, we don't specify the form name..this triggers custom validation on all forms. Is there anyway to limit the validation to a specific form. In my situation, I have more than one form in HTML an once controller. I am trying to do SPA. Angular form validation, does distinguish this.
Thank you in advance
Yes I will immediately work on this, thanks for raising the issue @surendrakashyap
I will add a parameter to the runCustomValidation event that expects the form name or id you wish the validation to be executed upon.
Thank a lot. Once fix is added, please recommend a stable release. specifically I can wait to make sure there is not any template related issues.
Hi there. Any update to that? Very important feature.