Hello,
Need help urgently to resolve this weird issue where option 'Yes' is getting replaced with 'Forks' for radiogroup question type when conditional logic is applied in the survey. This is happening only in some devices and browser combinations. I have attached the screenshot for your reference.
Thanks.
Abhijeet
Hi Abhijeet,
If you haven't yet upgraded your SurveyJS libraries, please upgrade them to the latest v1.12.13.
If the issue persists on the latest version of SurveyJS Form Library, please clarify how to reproduce the issue.
For us to move forward and research this issue, we need to reproduce it on our end. Please share a problematic survey JSON definition for research. Additionally, share the steps to reproduce the issue and clarify on which device/browser combinations it occurs.
Thank you
Hi Jane,
Thanks for your quick response. From our code references it appears that we are currently using v1.9.113
<script src="https://unpkg.com/survey-jquery@1.9.113/survey.jquery.min.js"></script>
<script src="https://unpkg.com/survey-jquery@1.9.113/themes/index.min.js"></script>
<link rel="stylesheet" href="https://unpkg.com/survey-jquery@1.9.113/defaultV2.min.css" />
Do we just need to change the references to 1.12.13? Is there anything else we need to do to make sure we are upgraded to the latest version? Thanks.
Unfortunately we are not able to reproduce this issue on our end but multiple survey users have sent us screenshots where "Yes" option is getting replaced with "Forks" on their devices which are mostly chromebooks and not all chromebooks have this issue. We are still trying to figure out different options to fix this issue.
We are trying this to set value and text as same to check if this resolves this issue and reached out to affected user.
/* choices: [ "Yes", "No", "Skip" ], */ choices: [ { value: "Yes", text: "Yes" }, { value: "No", text: "No" }, { value: "Skip", text: "Skip" } ],