I have two selectInput controls. Depending on what the user selects in the first selectInput control, I want to change the choices in the second selectInput (to choices that make sense given the value selected in the first control). And vice-versa.
Can this be done? If so, how?