formly-js / angular-formly

JavaScript powered forms for AngularJS
http://docs.angular-formly.com
MIT License
2.22k stars 405 forks source link

Custom Validators example issue #745

Open Assem-Hafez opened 7 years ago

Assem-Hafez commented 7 years ago

I was playing with the custom validation example and found that the field's config validation messages doesn't override the default error message. This happens in the IP input's required error message .

Expected: IP Address is required. Found: This field is required.