login blank: falseblank
Purpose
Validates that a String value is not blank.
Examples
Description
Set to false if a string value cannot be blank.
Error Code: className.propertyName.blank
| If the string is null, it won’t validate withblank: true. In this case, set the nullable constraint totrue. |