How do I put a 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 would like to see a icon ( this ) within input
of right when the user does not type a valid password .
Does anyone know how to do this?