Using Conditional Panel with PickerInput in R
问题 In the given R shiny script below, I am trying to use a conditional panel with Picker Input shiny widget. There are three options in pickerInput, upon selection of "times" option, I wish to create new pickerInputs using a conditional panel, the following is possible using selectInput, but I need the same for Picker Input. Thanks and please help. library(shiny) library(shinydashboard) ui <- dashboardPage( dashboardHeader(title = "Picket",titleWidth = 290), dashboardSidebar(width = 0),