<mat-form-field class="command-area"> | |
<input matInput type="text" placeholder="What do you want to do?" autofocus autocomplete="off" | |
[(ngModel)]="Command" | |
(keyup.enter)="submitCommand()"> | |
<button mat-button matSuffix mat-icon-button aria-label="Go" title="Go" | |
(click)="submitCommand()"> | |
<mat-icon>pets</mat-icon> | |
</button> | |
</mat-form-field> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment