Add Forms to your 'Shiny' App
Adds a help icon to an input.
Appends a validation suffix to a string.
Creates a shinyreforms help icon and pop-up.
Returns an ID of an input tag.
Class representing a ShinyForm form.
Constructs a shinyreforms dependency.
Adds a shinyreforms dependency to a tag object.
Add validator to a Shiny input.
Class representing a Validator.
Validator enforcing maximum length.
Validator requiring minimum length.
Validator requiring non-emptiness.
Validator requiring a input (e.g. checked checkbox).
Allows to create modular, reusable 'HTML' forms which can be embedded in your 'shiny' app with minimal effort. Features include conditional code execution on form submission, automatic input validation and input tooltips.