-
Notifications
You must be signed in to change notification settings - Fork 49
Make it possible to override the 'Value is required' message #11
Comments
As noted on #12:
So, the solution is:
|
Even if that solved my problem (which it doesn't, |
In the case of a So adding your own error message to the input can't work. My workaround is this:
|
At the moment the 'Value is required' error message is hard coded into the
validateInputs()
method ofBaseInputFilter
. It would be very handy if it was possible to override that message, e.g. in an options array like in most classes in zend-validator.The text was updated successfully, but these errors were encountered: