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?
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?