From 492c464f1f977551b84c1bf6db143362b1ff9ff6 Mon Sep 17 00:00:00 2001 From: Michal Lauer Date: Wed, 3 Jan 2024 11:13:08 +0100 Subject: [PATCH] Added default parameter for session in updatePickerInput (#633) --- R/input-selectpicker.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/R/input-selectpicker.R b/R/input-selectpicker.R index 2f402884..a6a3c6a7 100644 --- a/R/input-selectpicker.R +++ b/R/input-selectpicker.R @@ -228,7 +228,7 @@ pickerInput <- function(inputId, #' shinyApp(ui = ui, server = server) #' #' } -updatePickerInput <- function (session, +updatePickerInput <- function (session = getDefaultReactiveDomain(), inputId, label = NULL, selected = NULL,