ValidatorMinLength: Validator requiring minimum length.

Description Usage Arguments Value

View source: R/validators.R

Description

Will return TRUE for strings longer than the minimum value.

Usage

1
ValidatorMinLength(minLength)

Arguments

minLength

Minimum length of the input.

Value

A Validator checking that the input value is of length at least minLength.


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