yuyang041060120 / ng2-validation

angular2 validation
https://yuyang041060120.github.io/ng2-validation/index.html
MIT License
613 stars 214 forks source link

Conditional Null Field #62

Open cpiock opened 7 years ago

cpiock commented 7 years ago

Did you have a validation that makes a field required if another field is empty? For example field1 and field2 have a conditional requried rule. So if field1 is null field2 is required or vice versa.