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
Hi, thank you for this project, I find it very useful and simple. Since version 1.7 update it seems like the integer and boolean validation rules (and presumably other filters) return false when given an empty value. It is inconvenient, because it cannot validate an optional numeric field, and unchecked checkboxes sent through an HTML have no value, so it effectively makes checkboxes with the boolean validation rule mandatory.
However, this happens only with the new format (listing the validation rules as an array). If I list them as a string with | as a separator, it seems to be working as it did before.
Hi, thank you for this project, I find it very useful and simple. Since version 1.7 update it seems like the
integer
andboolean
validation rules (and presumably other filters) returnfalse
when given an empty value. It is inconvenient, because it cannot validate an optional numeric field, and unchecked checkboxes sent through an HTML have no value, so it effectively makes checkboxes with theboolean
validation rule mandatory.However, this happens only with the new format (listing the validation rules as an array). If I list them as a string with
|
as a separator, it seems to be working as it did before.You can try it with the following code:
The text was updated successfully, but these errors were encountered: