ValidatorMaxLength {shinyreforms} | R Documentation |
Validator enforcing maximum length.
Description
Will return TRUE for strings longer than the maximum value.
Usage
ValidatorMaxLength(maxLength)
Arguments
maxLength |
Maximum length of the input. |
Value
A Validator
checking that the input value does not exceed
maxLength
.
[Package shinyreforms version 0.0.1 Index]