|
|
@ -22,8 +22,9 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<mat-form-field class="input">
|
|
|
|
<mat-form-field class="input">
|
|
|
|
<textarea matInput #content type="text" (input)="onTextInputChange()" [(ngModel)]="textInputValue" [disabled]="posting"
|
|
|
|
<textarea matInput #content type="text" maxlength="2048" (input)="onTextInputChange()" [(ngModel)]="textInputValue" [disabled]="posting"
|
|
|
|
mat-autosize="true" matAutosizeMaxRows="3" placeholder="post something"></textarea>
|
|
|
|
mat-autosize="true" matAutosizeMaxRows="3" placeholder="post something"></textarea>
|
|
|
|
|
|
|
|
<mat-hint align="end">{{content.value.length}} / 2048</mat-hint>
|
|
|
|
</mat-form-field>
|
|
|
|
</mat-form-field>
|
|
|
|
<input style="display: none" id="fileInput" type="file" accept="video/*,image/*" (change)="onFileInputChange($event)" #fileInput>
|
|
|
|
<input style="display: none" id="fileInput" type="file" accept="video/*,image/*" (change)="onFileInputChange($event)" #fileInput>
|
|
|
|
<div class="input">
|
|
|
|
<div class="input">
|
|
|
|