Skip to content
This repository has been archived by the owner on Mar 26, 2022. It is now read-only.

Commit

Permalink
Merge branch 'recover_button_new_chat'
Browse files Browse the repository at this point in the history
  • Loading branch information
javiergarber committed Apr 4, 2019
2 parents 7bf9b2b + 070e4e5 commit 81ca281
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/chat/chat.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ <h3 *ngIf="user != null">{{ user.username }}</h3>
</div>

<form action="" class="currentChatInput" #f="ngForm" (submit)="onSubmit()">
<input type="text" id="inputMessage" name="message" [(ngModel)]="message" />
<input type="text" id="inputMessage" name="message" [(ngModel)]="message" autocomplete="off"/>
<input type="submit" value="︎︎" id="submitMessage" />
</form>
</div>
Expand Down

0 comments on commit 81ca281

Please sign in to comment.