EasyValidation
EasyValidation copied to clipboard
EditText validation error message for minLength()
The error message should be as follows:
minLength(6)
message is "Length should be greater than $minLength"
but
should be "Length should be greater than or equal to $minLength"