Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
2.0.6
-
None
-
Patch
Description
There is an issue with the StringLengthValidator when you submit a blank text field when haven't specified the RequiredStringValidator. Client side the StringLengthValidator is validating (wrong way), Server side it is not validating (right way). It's quite obvious when looking in the generated client side src code.