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