Hi,
We have an existing dashboard that makes use of sideview utils Pulldown and TextField modules. The layout is as following:
Pulldown1 TextField Pulldown2 SubmitButton
Our requirement was that any changes in the Pulldown and Textfield modules should not take effect until Submit button is clicked. This was working fine. Now, we have added a Pulldown3 before the Submit button. This pulldown depends on the previous pulldown value ie when any value in Pulldown 2 is changed, Pulldown3 should be refreshed. Once we added this pulldown, the dashboard has started getting refreshed when any of the pull down value gets changed.
Please point us to where we are getting it wrong.