First (test1@test1.com) user logged in and added his favorite fruit.
List of fruits displayed in repeated group.
fruit is clicked on repeated group which displays data in another group.
Now second (test2@test2.com) user logs in and he sees the same selected data in that another group. (Data is cached by the group)
I just tested your app with a new user and don’t see this behavior. Try again with different users, but it may be a legacy situation as you were building your app.
Login as test1@test1.com and then click apple. Apple will appear in the group on the right.
Then logout
Login as test2@test2.com and you will still see apple in the group on the right.
I tried on the same browser session: login as test1, add cherry, logout, login as test2. cherry is still in the Input control as it wasn’t cleared, but isn’t in the repeating group.
Is this what you see?
Logging in and out does not have to refresh the page, and is independent of the values of input controls. This is handy for some situations, but in a lot of cases extra steps need to be taken to clear inputs (I usually do this on “Add”) or to redirect to another page.