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
|`EmailValidationRule`| Validates email format |`EmailValidationRule(error: "Please enter a valid email")`|
306
+
|`CharactersValidationRule`| Validates that a string contains only characters from the allowed CharacterSet |`CharactersValidationRule(characterSet: .letters, error: "Invalid characters")`|
0 commit comments