Hello
I think this may be a bug ... I have an application with 3 pages and a select component and navigation buttons on each page.
On page1 the select component is connected via Value Changed event to a local storage variable and page1 onLoad reads the localstorage variable to set the select component.. When I change pages and return to the first page the select component is updated with the saved value (from localStorage).
However on the other 2 pages where I have put separate select components they are not getting set correctly when I switch between pages.
I will shre the project so that you may see what I mean
Thanks
Thomas