Strange behavior of selectInput in DT table
The answer must be trivial, and after hours of trying to understand the error, I can’t see it.
I am embedding a shiny widget into a DT table and trying to get the output of the widget (input$vect). With radioButton the input$vect is correct but with a selectInput, input$vect remains NULL.