#' This function will remove all marks being set in markRequiredInput
#' @export
#' @import shiny
#' @examples
#' \dontrun{
#' removeAllReuiredMarks()
#' }
removeAllRequiredMarks <- function(){
removeUI(selector=".required-asterix, .required-error-message",
multiple=TRUE)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.