This example demonstrates how InputValidator
is used within a Shiny module. The module server function creates an InputValidator
and populates it with rules, then returns it to the caller (the app server function in this case). The caller then calls enable()
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.