Skip to content

Commit

Permalink
Docs: Change default value for focusFirstQuestionAutomatic
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Oct 24, 2023
1 parent 110cf5f commit d21c9f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/survey.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ export class SurveyModel extends SurveyElementCore
/**
* Specifies whether to focus the first question on the page on survey startup or when users switch between pages.
*
* Default value: `true`
* Default value: `false` in v1.9.114 and later, `true` in earlier versions
* @see focusOnFirstError
* @see focusFirstQuestion
* @see focusQuestion
Expand Down

0 comments on commit d21c9f8

Please sign in to comment.