1.0.0 • Published 5 years ago

bootstrap4-show-password v1.0.0

Weekly downloads
172
License
(CC-BY-4.0 AND OF...
Repository
github
Last release
5 years ago

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>