ValidatorMaxLength: Validator enforcing maximum length.

Description Usage Arguments Value

View source: R/validators.R

Description

Will return TRUE for strings longer than the maximum value.

Usage

1
ValidatorMaxLength(maxLength)

Arguments

maxLength

Maximum length of the input.

Value

A Validator checking that the input value does not exceed maxLength.


shinyreforms documentation built on July 2, 2020, 1:33 a.m.