Lets assume, the drop-down menu, has list of devices. the list of devices is coming from the app indexed data.
Assume there are 3 devices, the drop down contains like a, b, c, now device "a" is selected by default in page 1. And app user selects device "b" from drop down menu in page 1, all the panels below will get refreshed with b's data.
Now app user will go page 2, it also has same drop-down menu, with same search to populate the list of devices present. It populates devices a, b, c, with a as selected by default.
My requirement is in page 2, the drop-down menu should focus on device "b" instead of "a", since in page 1 user selected "a". how to remember which device is selected in page 1, and display same in page 2 's drop-down as selected, like b, a, c . does this clarifies the doubt?
... View more