We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aee08 commit b8a26aaCopy full SHA for b8a26aa
inst/templates/input_r.txt
@@ -8,7 +8,6 @@
8
#'
9
#' @export
10
${name}Input <- function(inputId, default = "") {
11
- value <- restoreInput(id = inputId, default = default)
12
createReactInput(
13
inputId,
14
"${name}",
@@ -19,7 +18,7 @@ ${name}Input <- function(inputId, default = "") {
19
18
package = "${package}",
20
script = "${name}.js"
21
),
22
- value,
+ default,
23
list(),
24
tags$span
25
)
0 commit comments