Recently we are in a wave of using the combination of input
of passwords with the option to hide / display the password (*** -> abc) with the "eye" technique. I understand this purpose because it greatly improves the UX
side of the application.
Iknowthatoneofthereasonsforusingtype="password"
would be to hide the password of the "curious" eyes around. But other than that, I wonder if there is any deeper security issue that might involve input
and the password itself.
If there is, we should have the user change back input
to type password
before sending any information.