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
| equal | mixed | it will match data with given data. |
308
308
| not_equal | mixed | it will match data with given data. |
309
-
| rules | array | set custom validation rules. custom rules are set of key value pairs, if any key has false value then it will throw an error. we can pass callback function in custom validation rules. function accept one parameter `value` and return true or false values. |
310
309
311
310
### Set Custom Rules
312
311
313
312
We can set predefined/custom rules for data validation.
313
+
if custom rule return `true` that means data is valid and if it will return `false` that means data is invalid.
0 commit comments