-
Notifications
You must be signed in to change notification settings - Fork 58
Conditional required validation #165
Comments
Perhaps Wiki - Validate on Empty |
yeah, thanks, that's exactly what I was looking for, but... if I use but if I use Maybe I did not understand, or (thanks for your answer, you are always very responsive and I honestly appreciate that a lot) |
I recently made a change #160 that might affect the usage of the If you could take a look at his Plunker (from #160) and try to reproduce your behavior in there, that might help to find the real issue. Note: this project is just in life support mode as more people are going away from AngularJS 1.x (myself included). If you have time to find the bug and make a PR or point to where the issue is, that would greatly help. Thanks |
Hello @ghiscoding ,
I am trying to make a custom remote validator.
In a very particular case I have to make a field required based on a remote condition and if other fields are filled or not.
I made a custom remote validator but it does get triggered ONLY if there is some value in the field (not when it's empty).
Is there a way to make a conditional required validator?
I can't find anything in the wiki.
Thanks.
The text was updated successfully, but these errors were encountered: