Hi ,
When opening the page , it scroll automatically to the survey and the first question is auto focused by default.
The page should not auto scroll to the survey and first question should not be focused by default.
I set focusFirstQuestionAutomatic to false to fix it but the problem still exist.
Are there other solutions ?
Codethis.survey = new Survey.Model(this.json);
this.survey.focusFirstQuestionAutomatic = false;
Thanks,