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
Hi, i don't know if this is a bug or a desired behavior but the LengthValidator doesn't validate the value if it's null, so there will be no error if the minimum length is 1 and we are forced to add a NotBlank constraint.
Perhaps we can simply set an empty string if the value is null ?