Fixed file input trigger

This commit is contained in:
2026-02-24 15:27:02 +00:00
parent abdee7f9ff
commit 6c7b91ac48

View File

@@ -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
),