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
You can set optional parameter when constructing ValidationBuilder to set value as optional (not-required). In that case if null or empty string value is provided the validation will be passed.
It seems the field is always required
Result "The field is required"
Result "Wrong Email Format"
The text was updated successfully, but these errors were encountered: