`choices=NULL` is fine, but `choices=list()` gives Error: ``` virtualSelectInput("id","lab",choices=list()) ``` both `pickerInput` and `selectInput` are OK with that.
choices=NULLis fine, butchoices=list()gives Error:both
pickerInputandselectInputare OK with that.