+ 3
How to create show password
Show password
9 Antworten
+ 5
Let me ask you first, how do you set not to show the password?
+ 4
How
+ 4
Ok, I define it as "showing" the password😂
If you want it to show as password, just literally set the type as "password"😂
+ 4
And, sorry to be quite rude, because I thought you're trying to make the password viewable at somewhere which doesn't allow you to see it😂
+ 2
Don't set input type as "password" and you'll see it.
+ 2
Make a checkbox that when is checked runs a js function that changes the type of the input from password to text
+ 2
Let me ask you first, how do you set not to show the password?
By making the input type text