Skip to content

Instantly share code, notes, and snippets.

@faisal6699
Last active December 8, 2021 06:36
Show Gist options
  • Save faisal6699/74074fe08f1e2577fe95ec4b791d0c7d to your computer and use it in GitHub Desktop.
Save faisal6699/74074fe08f1e2577fe95ec4b791d0c7d to your computer and use it in GitHub Desktop.
<div class="form-group">
<input id="password" capsLockDetect (capsLockOn)="capsLock = $event" type="password">
<small class="form-text text-muted">Password</small >
<strong class="capslock-warning" title="Caps-lock is ON!" *ngIf="capsLock === 1">
Caps-lock is ON!
</strong>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment