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
I am facing an annoying issue. When I am using required_if and string validation, if required_if is false, it doesn't pass string validation, because of the null value. If I add nullable to the validation, it passes required_if, even if the condition is true.
I think we need to add attribute "except" to ConvertEmptyStringsToNull like with TrimStrings.
The text was updated successfully, but these errors were encountered:
Description:
I am facing an annoying issue. When I am using required_if and string validation, if required_if is false, it doesn't pass string validation, because of the null value. If I add nullable to the validation, it passes required_if, even if the condition is true.
I think we need to add attribute "except" to ConvertEmptyStringsToNull like with TrimStrings.
The text was updated successfully, but these errors were encountered: