1
How do I put one icon inside of input
?
input
:
<input id="password2" class="form-control" placeholder="Enter password" name="Password" type="password" value="" ng-model="user.Password" ng-pattern="/^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[$@$!%*?&])[A-Za-z\d$@$!%*?&]{8,}/">
I’d like to see one icon(that) within the input
of right-hand side when the user nay type one valid password.
Does anyone know how to do that?
https://answall.com/questions/210681/icone-no-input-com-bootstrap/210688#210688
– usuario
Excellent post by Bacco: https://answall.com/a/37421/62295
– Antonio Alexandre