Hello All
I have a dropdown with some options (like A, B, C). I have an app state variable which holds the value of the dropdown to be selected. When i set the app state as the initial option value of dropdown it works. But when the app state variable changes and also the rebuild current page is selected, the selected value of the dropdown is not refreshing even though the app state variable is changed.
Can't i change the selected value of a dropdown after it has been initialised through either app or page state variable? How can i change it programatically?
Thanks and Regards
Collin