Skip to content

Commit 476f6d8

Browse files
committed
Remove no-longer-necessary CSS class
1 parent ec57109 commit 476f6d8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

R/input-date.R

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,7 @@ dateInput <- function(inputId, label, value = NULL, min = NULL, max = NULL,
9292

9393
controlLabel(inputId, label),
9494
tags$input(type = "text",
95-
# datepicker class necessary for dropdown to display correctly
96-
class = "form-control datepicker",
95+
class = "form-control",
9796
`data-date-language` = language,
9897
`data-date-week-start` = weekstart,
9998
`data-date-format` = format,

0 commit comments

Comments
 (0)