Please watch the video as it will help explain my problem, but if for whatever reason you can’t then i’ll explain it here. I have a popup in my app which includes a tag input. When you click the tags it should open a group focus with all the tag options to select or deselect. When i save a trade into the table and have selected the tags it all saves correctly. But when i try add another trade or open up a past trade the tags do not show up or are the same tags from the previous trade i’ve recorded.
The issue seems to be that you’re using a shared popup for all trades, but the repeating group’s data source isn’t being reset properly.
I’d make sure to reset the state of the dashboard tags every time the popup is closed. Then, when opening an existing trade, set that state to the current trade’s tags so the correct data is displayed.
This topic was automatically closed after 69 days. New replies are no longer allowed.