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
We have keepIncorrectValues for selectbase questions to allow keep incorrect values for a question until user change it manually.
It happens if a user modify survey answers that has been changed (survey definition was changed) after initial filling the survey.
For example, the choice item doesn't exists in new version of the survey.
We need to introduce this property on the survey level. survey.keepIncorrectValues = true;
The text was updated successfully, but these errors were encountered:
We have keepIncorrectValues for selectbase questions to allow keep incorrect values for a question until user change it manually.
It happens if a user modify survey answers that has been changed (survey definition was changed) after initial filling the survey.
For example, the choice item doesn't exists in new version of the survey.
We need to introduce this property on the survey level.
survey.keepIncorrectValues = true;
The text was updated successfully, but these errors were encountered: