Skip to content
Snippets Groups Projects
Commit dc680bcf authored by jvanboxtel@wisc.edu's avatar jvanboxtel@wisc.edu
Browse files

ROENROLL-1544 textarea to input

parent 9b125211
No related branches found
No related tags found
No related merge requests found
......@@ -27,14 +27,13 @@
fxLayoutAlign="space-around none"
style="padding: 12px 22px;">
<mat-form-field>
<textarea
<input
cdkFocusInitial
formControlName="value"
matInput
mat-autosize="true"
resizeToFitContent
[placeholder]="inputName">
</textarea>
[placeholder]="inputName"/>
<mat-hint align="end" *ngIf="maxLength">
{{ inputForm.value.value.length }} / {{ maxLength }}
</mat-hint>
......
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