diff --git a/src/app/components/shared/comment-answer/comment-answer.component.html b/src/app/components/shared/comment-answer/comment-answer.component.html index 5439e6516e76356985827c72e4ecbdf718a8227a..55f5e355381d9356aa314e81b8d43384358c2e2b 100644 --- a/src/app/components/shared/comment-answer/comment-answer.component.html +++ b/src/app/components/shared/comment-answer/comment-answer.component.html @@ -21,12 +21,12 @@ matTextareaAutosize matAutosizeMinRows="3" matAutosizeMaxRows="8" - maxlength="2000" + maxlength="250" name="answer"> </textarea> <mat-hint align="end"> <span aria-hidden="true"> - {{ answer ? answer.length : 0 }} / 2000 + {{ answer ? answer.length : 0 }} / 250 </span> </mat-hint> </mat-form-field>