Fixed date input "value" input name
This commit is contained in:
@@ -55,7 +55,7 @@ betterDateInput <- function(
|
|||||||
shiny::tags$input(
|
shiny::tags$input(
|
||||||
class = "form-control",
|
class = "form-control",
|
||||||
type = "text",
|
type = "text",
|
||||||
name = "value",
|
name = paste0(inputId, "-value"),
|
||||||
autocomplete = "off",
|
autocomplete = "off",
|
||||||
`aria-labelledby` = paste0(inputId, "-label"),
|
`aria-labelledby` = paste0(inputId, "-label"),
|
||||||
`data-date-language` = language,
|
`data-date-language` = language,
|
||||||
|
|||||||
Reference in New Issue
Block a user