boostrap success input | |
---|---|
Subject: | |
to get the checkmark all you have to do is add has-success has-feedback to the form-group container and add span after input
<div class="form-group"> <input> <span class="glyphicon glyphicon-ok form-control-feedback" aria-hidden="true"></span> </div>
| |
2016-04-07 23:04:19 | gstlouis |