From 5a903dbb88af6e20511f9541fed0f3e0f268c462 Mon Sep 17 00:00:00 2001 From: RomanTsukanov Date: Tue, 14 Jan 2025 11:43:37 +0400 Subject: [PATCH] `QuestonCommentModel`: Add a missing description for `allowResize` --- packages/survey-core/src/question_comment.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/survey-core/src/question_comment.ts b/packages/survey-core/src/question_comment.ts index 77cdfe79dd..8d1126617f 100644 --- a/packages/survey-core/src/question_comment.ts +++ b/packages/survey-core/src/question_comment.ts @@ -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