shinyvalidate icon indicating copy to clipboard operation
shinyvalidate copied to clipboard

method to check if validator is enabled

Open chlebowa opened this issue 2 years ago • 0 comments

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
} 

chlebowa avatar Jan 03 '23 12:01 chlebowa