I am using a toggle element to filter a table.
- I switch the toggle (that it is not the default position any more)
- I navigate to another Apps Page (using the navigation property put on html elements)
- I return to my initial Apps Page
Now the toggle is again in the default position (all other variables I have set in the meantime are still unchanged, i.e., if I have overwritten the default value, the new value is still applied).
This behaviour is very irretating for the user, as some of his interactions are reverted but not all. Is there a way to prevent the toggle to do so?