You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to make a form where the identifier for each item is the question ID. When a user answers a question, I don't update the identifier for the question that was answered, but I do update the answer value. As expected, since I don't update the identifier, there is no animation. But, when I scroll down and scroll back up to the original question, the value is not updated. Are updates only based on the section and item identifiers or is there another way I can trigger a non-animated refresh?
The text was updated successfully, but these errors were encountered:
I am trying to make a form where the identifier for each item is the question ID. When a user answers a question, I don't update the identifier for the question that was answered, but I do update the answer value. As expected, since I don't update the identifier, there is no animation. But, when I scroll down and scroll back up to the original question, the value is not updated. Are updates only based on the section and item identifiers or is there another way I can trigger a non-animated refresh?
The text was updated successfully, but these errors were encountered: