Skip to content

Commit

Permalink
QuestonCommentModel: Add a missing description for allowResize
Browse files Browse the repository at this point in the history
  • Loading branch information
RomanTsukanov committed Jan 14, 2025
1 parent 02135dc commit 5a903db
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/survey-core/src/question_comment.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ export class QuestionCommentModel extends QuestionTextBase {
return autoGrow === undefined && this.survey ? this.survey.autoGrowComment : !!autoGrow;
}
/**
* Specifies whether to display a resize handle for the comment area.
*
* Default value: `true` (inherited from `SurveyModel`'s [`allowResizeComment`](https://surveyjs.io/form-library/documentation/surveymodel#allowResizeComment) property)
* @see autoGrow
Expand Down

0 comments on commit 5a903db

Please sign in to comment.