No flags found
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
6b5c25b
... +0 ...
5b2e679
Use flags to group coverage reports by test type, project and/or folders.
Then setup custom commit statuses and notifications for each flag.
e.g., #unittest #integration
#production #enterprise
#frontend #backend
33 | 33 | #' @export |
|
34 | 34 | textInputAddon <- function (inputId, label, value = "", placeholder = NULL, addon, width = NULL) |
|
35 | 35 | { |
|
36 | + | .Deprecated("textInputIcon", package = "shinyWidgets", old = "textInputAddon") |
|
36 | 37 | value <- shiny::restoreInput(id = inputId, default = value) |
|
37 | 38 | htmltools::tags$div( |
|
38 | 39 | class = "form-group shiny-input-container", |
5b2e679
6b5c25b