We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fd1559 commit 0612aaaCopy full SHA for 0612aaa
src/app/components/login-modal/login-modal.component.html
@@ -1,6 +1,6 @@
1
<clr-modal [clrModalOpen]="true" clrModalSize="sm" [clrModalClosable]="false">
2
<h3 class="modal-title">Sign In</h3>
3
- <div style="min-height: 80px;" class="modal-body">
+ <div style="min-height: 80px;" class="modal-body" (keydown.enter)="signIn()">
4
<input clrInput name="username" placeholder="User name" autocomplete="username" [(ngModel)]="userName" required />
5
<input clrInput type="password" placeholder="Password" name="password" autocomplete="current-password" [(ngModel)]="password" required />
6
</div>
0 commit comments