shinyvalidate
shinyvalidate copied to clipboard
method to check if validator is enabled
Is it possible to add a method that checks if a validator is enabled or not? Something like:
function(self) {
isTRUE(self$.__enclos_env__$private$enabled
}