You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
In the end, if I submit my form with no value in any field, two error messages are displayed : Please set a name, which is the good one for name, but for equipments, the default error message is displaying : Value is required and can't be empty.
There must be a problem somewhere when choosing to display the message.
The text was updated successfully, but these errors were encountered:
I have an issue happening only for a MultiCheckbox Element, with ZF 2.4.9.
In my form, I create two elements : a text field and a MultiCheckbox field, with this code :
Then, I had the following filter validators :
In the end, if I submit my form with no value in any field, two error messages are displayed : Please set a name, which is the good one for name, but for equipments, the default error message is displaying : Value is required and can't be empty.
There must be a problem somewhere when choosing to display the message.
The text was updated successfully, but these errors were encountered: