ValidatorMinLength {shinyreforms} | R Documentation |
Will return TRUE for strings longer than the minimum value.
ValidatorMinLength(minLength)
minLength |
Minimum length of the input. |
A Validator
checking that the input value is of length at
least minLength
.