From 66759ac1f8bb372689b508bf80e7ab1db31d9e9e Mon Sep 17 00:00:00 2001 From: dmitrykurmanov Date: Wed, 4 Sep 2024 14:46:56 +0000 Subject: [PATCH] updated survey-library docs [azurepipelines skip] --- docs/data-validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/data-validation.md b/docs/data-validation.md index 5018732879..e65789afc4 100644 --- a/docs/data-validation.md +++ b/docs/data-validation.md @@ -230,7 +230,7 @@ const surveyJson = { ## Postpone Validation Until Survey Ends -Your survey can trigger data validation when a respondent clicks the Complete button. If the survey contains validation errors, it will take the respondent to the page with the first error and focus the question with the invalid answer. To activate this behavior, set the `checkErrorsMode` property to `"onComplete"`: +Your survey can trigger data validation when a respondent clicks the Complete button. If the survey contains validation errors, it will take the respondent to the page with the first error and focus the question with the invalid answer. To activate this behavior, set the [`checkErrorsMode`](https://surveyjs.io/form-library/documentation/api-reference/survey-data-model#checkErrorsMode) property to `"onComplete"`: ```js const surveyJson = {