# NOT RUN {
shinyreforms::validatedInput(
shiny::textInput("text_input", label = "Username"),
helpText = "Username must have length between 4 and 12 characters.",
validators = c(
shinyreforms::ValidatorMinLength(4),
shinyreforms::ValidatorMaxLength(12)
)
)
# }
Run the code above in your browser using DataLab