mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-09-17 14:21:29 +00:00
Angular 13 upgrade
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
<mat-form-field floatPlaceholder="never" [hideRequiredMarker]="true">
|
||||
<label class="adf-label" [attr.for]="field.id">{{field.name | translate }}<span *ngIf="isRequired()">*</span></label>
|
||||
<textarea matInput class="adf-input"
|
||||
[matTextareaAutosize]="true"
|
||||
[cdkTextareaAutosize]="true"
|
||||
type="text"
|
||||
rows="3"
|
||||
[id]="field.id"
|
||||
|
Reference in New Issue
Block a user