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
the value '' shoud be undefined when the form is read
the validator should't deal with empty cases, it should not be validated when a field is undefined
durandx
changed the title
[validator] not required field should not be validated by domain
[validator] not required and empty fields should not be validated by domain
Aug 7, 2015
Example: field with domain DO_EMAIL not required, the email validator is still applyed.
Its value is
""
but the check ishttps://github.com/KleeGroup/focus/blob/24a5a975b949fed3eb3d491235e4cbf67e741e3b/src/definition/validator/validate.js#L54
The text was updated successfully, but these errors were encountered: