Skip to content

Commit

Permalink
fix error when shinyjs::hidden(optionalInput(...))
Browse files Browse the repository at this point in the history
  • Loading branch information
gogonzo committed Oct 2, 2023
1 parent 6db6349 commit 5a8291b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/optionalInput.R
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ optionalSelectInput <- function(inputId, # nolint
label_help
)

shiny::tagList(
div(
include_css_files(pattern = "picker_input"),

# when selected values in ui_picker change
Expand Down

0 comments on commit 5a8291b

Please sign in to comment.