Closed liveresume closed 7 years ago
required
error is working in my case.
To set custom messages depends on the plugin you are using. We discussed here: https://github.com/foxhound87/mobx-react-form/issues/49
What message are you getting?
Try updating to the latest version of validatorjs. What version are you on?
"validatorjs": "3.11.0"
The message is "The Username field is required."
looks like the update fixed it
It seems that setting a 'required' rule does not result in an error message when value is missing.
How can I set a custom message?
Since everything else results in an error message, doesn't it make sense to add as package default?