I have a list of Things on a sidebar, and when you click on one of them it shows that thing in the right pane. I’m trying to figure out a way to:
-
Set the state of the repeating group item to active when you click on it (so I can format it a little differently.)
-
Remember which one the user was on last, in case the user refreshes the page.
Any suggestions?