HI Team,
step-1: We found a scenario when we retrieve the published question for the first time i was able to see the dropdown choices(in page 1), PFA below.
step 2: now i have switched to page 2 , PFA below
step 3: now again i switched back to page 1 and clicked on question 1 i was not able to display the dropdown choices , PFA.
Note: the survey model obj have the choices available binded in the UI for your reference.
.
Please find the json response below for the question
JSON{
"title": "test sukumar",
"description": "test",
"logoPosition": "right",
"focusFirstQuestionAutomatic": false,
"pages": [
{
"name": "page1",
"elements": [
{
"type": "dropdown",
"name": "question1",
"choices": [
1,
2,
3,
4,
5
]
},
{
"type": "text",
"name": "question2"
}
]
},
{
"name": "page2",
"elements": [
{
"type": "dropdown",
"name": "question3",
"choices": [
"Item 1",
"Item 2",
"Item 3"
]
}
]
}
],
"showCompletedPage": false,
"showQuestionNumbers": "off",
"showProgressBar": "top",
"progressBarType": "questions",
"showTOC": true,
"checkErrorsMode": "onComplete",
"completeText": "Next"
}
Hello Santosh,
I reproduced the issue and forwarded it to our developers for further research: Dropdown Question - A popup is not activated when switching to the previous page (Angular).
Please look forward to our updates.
Thanks for the update.
We have noticed another scenario with the same issue. when user clicks next button by skipping the mandatory questions or grid column like dropdowns , date picker and again coming back to same question the dropdown choices are disappearing.
HI Jane, When we can expect this fix to be available?
Hello Santosh,
If everything goes according to plan, the fix will be available with the next maintenance update next week.
Regarding the additional issue: once the fix is available, let's see if this question will be resolved. Otherwise, I'll submit an additional issue in this regard.
Thank you
HI Jane, Could you please confirm if this fix available now? if yes could you please confirm the which version it is available?