Nelson Omuto
Nelson Omuto
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.
> Do we have option to supsend validation on type? Currently no this is not available but you are free to create a fork and work on it, that would...
Good point, the validations are independent of angular ng directives. So ng-required and ng-disabled will not have an effect on them. This is not a bug. For good measure I...
Yes, this is the best way to debug. Just use the javascript generated by the compiler.
same issue and I'm on node v10.9.0
+1
I'll take a look this weekend to see if I can add it
one of the things required is a codeclimate config to ignore the flow-typed directory
that reduces the number of files being analyzed from over 240 to 177. then there are a few invalid "duplication" issues being raised, those need to be marked invalid; mostly...