Put two icons inside of an input field with jsDelivr semantic-ui

238 Views Asked by At

I was trying to put another icon in an input tag that alredy has an icon, but when I put it, gets over the other icon like this enter image description here I just want to put the eye icon to the right side, i put the code to so if anyone finds an error.

<div class="field">
 <div class="ui left icon input">
   <i class="lock icon"></i>
   <input type="password" name="password" placeholder="Password" id="password">
   <i class="eye icon"></i>
 </div>
 <div onclick="Change()" class="ui large fluid teal button" data-show>Show password</div>
</div>
1

There are 1 best solutions below

1
Rami Ahmad On

make it absolute as right:16px