This repository was archived by the owner on Apr 30, 2018. It is now read-only.
This repository was archived by the owner on Apr 30, 2018. It is now read-only.
Custom Validators example issue #745
Open
Description
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.