Skip to content

Commit

Permalink
Fix clearIfInvisible description
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Tsukanov committed Jun 21, 2023
1 parent 860e72b commit 50f2365
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/question.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1321,7 +1321,7 @@ export class Question extends SurveyElement<Question>
*
* - `"default"` (default) - Inherits the setting from the Survey's [`clearInvisibleValues`](https://surveyjs.io/form-library/documentation/surveymodel#clearInvisibleValues) property.
* - `"onHidden"` - Clears the value when the question becomes invisible. If a question is invisible on startup and has an initial value, this value will be cleared when the survey is complete.
* - `"onHiddenContainer"` - Clears the value when the question or its containter (page or panel) becomes invisible. If the question is invisible initially, its value is removed on survey completion.
* - `"onHiddenContainer"` - Clears the value when the question or its container (page or panel) becomes invisible. If a question is invisible on startup and has an initial value, this value will be cleared when the survey is complete.
* - `"onComplete"` - Clears the value when the survey is complete.
* - `"none"` - Never clears the value of an invisible question.
* @see SurveyModel.clearInvisibleValues
Expand Down

0 comments on commit 50f2365

Please sign in to comment.