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
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.
313
+
Custom rules take a callback function with one argument. If custom rule return `true` that means data is valid and if it will return `false` that means data is invalid.
0 commit comments