bg

Results 2 issues of bg

I have the following code in server function in my shiny app: observeEvent(input$check_box, { if (input$check_box) { updateAirDateInput(inputId = "range", value = list("1947-01-01", "2022-11-01") ) } }) After I deploy...

I have the following Air Date Picker Input in my Shiny app: airMonthpickerInput("range", strong("Date Range"), range = T, separator = " to ", dateFormat = "MMM-yyyy", minDate = "1947-01-01", maxDate...