We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca2a524 commit ca8e202Copy full SHA for ca8e202
1 file changed
user_guide_src/source/libraries/validation.rst
@@ -976,9 +976,9 @@ not_in_list Yes Fails if field is within a predetermined
976
numeric No Fails if field contains anything other than
977
numeric characters.
978
permit_empty No Allows the field to receive an empty array,
979
- empty string, null or false. Skips all other
980
- validation rules except for required_with and
981
- required_without.
+ empty string, null or false. When true,
+ skips all other validation rules except for
+ required_with and required_without.
982
regex_match Yes Fails if field does not match the regular ``regex_match[/regex/]``
983
expression.
984
required No Fails if the field is an empty array, empty
0 commit comments