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
* allow_empty : boolean, allow empty strings to be validated and pass 'optional' check.
96
+
* allow_empty : boolean, allow empty strings to be validated and pass 'optional' check.
97
97
* before : Callback that takes a reference to the value as argument so that it can mutate it before validation. It may trigger validation failure by returning boolean false.
98
98
* after : Callback that takes a reference to the value as argument so that it can mutate it after validation. It may trigger validation failure by returning boolean false.
99
99
* default : Any non-null value (even closures!); null arguments to validate() are replaced with this (or it's result in if it's a closure)
0 commit comments