Fixed file input screen reader confusion
This commit is contained in:
@@ -51,11 +51,12 @@ a11yFileInput <- function(
|
|||||||
),
|
),
|
||||||
htmltools::tags$div(
|
htmltools::tags$div(
|
||||||
class = "input-group",
|
class = "input-group",
|
||||||
htmltools::tags$label(
|
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, inputTag
|
class = "btn btn-default btn-file", buttonLabel
|
||||||
)
|
),
|
||||||
|
inputTag
|
||||||
),
|
),
|
||||||
htmltools::tags$input(
|
htmltools::tags$input(
|
||||||
type = "text",
|
type = "text",
|
||||||
|
|||||||
Reference in New Issue
Block a user