Here is the code for my login form password field (I'm using bootstrap 4):
<div class="form-account-label-input">
<label> Password <span class="star-red"> *</span></label>
<input type="password" id="Password" name="Password" class="w-100">
</div>
Unexpectedly, an eye icon appears when I start typing in the password field. This is how it looks:
https://i.sstatic.net/KvPMI.jpg
I didn't include any eye icon in my code, so where is it coming from? The strange part is that the eye icon shows up inconsistently - sometimes it's there and other times it isn't. How can I disable this and set my own eye icon in the code?
Update
I discovered that the eye icon only appears on Edge browser, not on Chrome.