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

Commit

Permalink
Placeholder added
Browse files Browse the repository at this point in the history
  • Loading branch information
EnriqueJRodriguez committed Apr 22, 2019
1 parent e7f1a86 commit 1884274
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 14 deletions.
21 changes: 8 additions & 13 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/app/components/chat-form/chat-form.component.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="form-container mat-elevation-z3">
<mat-form-field color="accent" class="full-width">
<input matInput [(ngModel)]="message" class="chatInput" (keydown)="handleSubmit($event)">
<input matInput [(ngModel)]="message" class="chatInput" (keydown)="handleSubmit($event)" placeholder="Write your message here...">
</mat-form-field>
<button mat-raised-button matTooltipPosition="above" color="accent" matTooltip="Send a new message"
class="chatButton" id="send" (click)=send()>Send</button>
Expand Down

0 comments on commit 1884274

Please sign in to comment.