2018-08-06 08:51:15 +02:00
|
|
|
<form>
|
2018-02-14 17:19:09 +01:00
|
|
|
<textarea class="core-send-message-input" [core-auto-focus]="showKeyboard" [placeholder]="placeholder" rows="1" core-auto-rows [(ngModel)]="message" name="message" (onResize)="textareaResized()"></textarea>
|
|
|
|
<ion-buttons end>
|
2018-08-06 08:51:15 +02:00
|
|
|
<button ion-button icon-only clear="true" type="submit" [disabled]="!message" [attr.aria-label]="'core.send' | translate" [core-suppress-events] (onClick)="submitForm($event)">
|
2018-02-14 17:19:09 +01:00
|
|
|
<ion-icon name="send" color="dark"></ion-icon>
|
|
|
|
</button>
|
|
|
|
</ion-buttons>
|
|
|
|
</form>
|