LastPass extension not showing the icon?

21 views Asked by At

I'm using the lastpass extension in my browser and lastpass doesn't show the icon for the text input field for the OTP purpose.

Text : <input  type="text" >

Output

But in some cases, it shows an icon for an input field type of 'text' and an autocomplete attribute value of 'email'.

Text : <input  type="text" autocomplete="email" >

Output

May I know the reason why it shows the icon with the autocomplete attribute value as "Email"?

0

There are 0 answers