mirror of
https://github.com/avatao-content/frontend-tutorial-framework
synced 2025-01-15 22:51:57 +00:00
Add autofocus to testmessenger
This commit is contained in:
parent
9e43fb9884
commit
3810e01322
@ -1,5 +1,9 @@
|
|||||||
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
<!-- Copyright (C) 2018 Avatao.com Innovative Learning Kft.
|
||||||
All Rights Reserved. See LICENSE file for details. -->
|
All Rights Reserved. See LICENSE file for details. -->
|
||||||
|
|
||||||
<textarea [(ngModel)]="messageStr" cols="33" rows="7"></textarea><br>
|
<textarea [(ngModel)]="messageStr"
|
||||||
|
cols="33"
|
||||||
|
rows="7"
|
||||||
|
autofocus>
|
||||||
|
</textarea><br>
|
||||||
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
<button class="btn btn-primary" (click)="sendTestMessage()">Send</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user