No event triggered from selectInput value changes.

I have a large applications which creates multiple tabs, with multiple selectInput entries on each tab. The selectSelect inputID is created with paste0("<variable name">, tabNumber).
Tab 1 would have an inputID of spatialCombination1, Tab 2 would have an inputID of spatialComgination2.

Everything works correctly on Tab 1. On Tab 2 the selection boxes show up with the correct choices and selected values, but when the selected value changes there is no change event generated. If I go to Tab 1 and then back to Tab 2, everything works correctly.

Any ideas?

Sorry about no code, but this is a very large applications and I don't have time at the moment to make a simple version of this.

Thanks for any help.

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.

If you have a query related to it or one of the replies, start a new topic and refer back with a link.