skip_validation | R Documentation |
While the predominant role of the skip_validation()
function is tied to the
sv_optional()
function (where it's used internally), you can also return
skip_validation()
from custom validation rules. When returned, all
subsequent validation rules defined for the input will be skipped.
skip_validation()
A function that returns a sentinel value, signaling to shinyvalidate that any further validation rules for an input are to be skipped.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.