I’ve built a Edit Profile popup. Looking for help specifically on the fact that they can ‘Add’ their social profiles (using add button) or remove social profiles using the ‘X’ on the repeating group.
However, the difficulty, is that I only want to execute those changes once they’ve clicked saved. But as soon as they do click ‘Add’ I’d like to show it in the Repeating Group and as soon as they click the X in repeating group, it’ll disapear. But the changes should only be reflected in the data model when they click SAVE
When I remove one from Temp List and click save, the Actua List doesn’t seem to update until I reload. Any ways to make this update upon clicking save? Auto reload page is one way right? Any way to reload just the RG?
It’s funny, that was happening to me too at first. Then I deleted the repeating group and added it again and then it was working. I think it might be just slow on updating or something. Maybe you can do a clear list first, then set the list. Hope that helps!