Skip to content
Snippets Groups Projects
Commit 63ee9e9d authored by Florent Poittevin's avatar Florent Poittevin
Browse files

style: research domain use textarea

parent dcc5085b
No related branches found
No related tags found
No related merge requests found
......@@ -26,11 +26,12 @@
<ng-container *ngFor="let language of languages">
<mat-form-field *ngIf="getFormControl(language.resId) as fd">
<mat-label>{{language.resId}}</mat-label>
<input matInput
[formControl]="fd"
[solidifyValidation]="errors"
[required]="formValidationHelper.hasRequiredField(fd)"
<textarea matInput
[formControl]="fd"
[solidifyValidation]="errors"
[required]="formValidationHelper.hasRequiredField(fd)"
>
</textarea>
<mat-error #errors></mat-error>
</mat-form-field>
</ng-container>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment