WIP
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
<textarea #textarea [ngModel]="content" type="text" nbInput fullWidth [readonly]="readonly"
|
||||
(input)="autoExpand($event.target)" (ngModelChange)="content = $event; contentChanged()"></textarea>
|
||||
Reference in New Issue
Block a user