Fixed file input trigger
This commit is contained in:
@@ -54,7 +54,9 @@ a11yFileInput <- function(
|
||||
htmltools::tags$div(
|
||||
class = "input-group-btn input-group-prepend",
|
||||
htmltools::tags$span(
|
||||
class = "btn btn-default btn-file", buttonLabel
|
||||
class = "btn btn-default btn-file",
|
||||
onclick = paste0("$('#", inputId, "').click();"),
|
||||
buttonLabel
|
||||
),
|
||||
inputTag
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user