Skip to content
Snippets Groups Projects
Commit e6cc29d0 authored by rhenck's avatar rhenck
Browse files

[editor] Make property input for text a text area

Useful for longer text in textareas and does not hurt short text 
elements (like text-field).
parent 67f45cba
No related branches found
No related tags found
No related merge requests found
......@@ -163,9 +163,10 @@
combinedProperties.value !== true && combinedProperties.value !== false"
appearance="fill">
<mat-label>Vorbelegung</mat-label>
<input matInput type="text"
<textarea matInput type="text"
[value]="combinedProperties.value"
(input)="updateModel('value', $any($event.target).value)">
</textarea>
</mat-form-field>
<mat-form-field *ngIf="combinedProperties.appearance !== undefined" appearance="fill">
......
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