🔔 Alert..!! Get 2 Month Free Cloud Hosting With $200 Bonus From Digital Ocean ACTIVATE DEAL

Yet another Bootstrap plugin that enables the user to toggle the password visibility by clicking the Show/Hide icons inside a password field. Fully compatible with Bootstrap 4.

Bootstrap bootstrap-4 Password

Documentation

bootstrap-show-password

Bootstrap 4 show input password when click on icon

Demo URL

include plugin file

<script src="bootstrap-show-password.js"></script>

Example

<div class="input-group">   <input type="password" name="user_password" id="user_password" class="form-control" data-toggle="password">   <div class="input-group-append">     <span class="input-group-text"><i class="fa fa-eye"></i></span>   </div> </div>

You May Also Like