How to create show password | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

How to create show password

Show password

3rd Apr 2019, 7:18 PM
King Solomon
King Solomon - avatar
9 Answers
+ 5
Let me ask you first, how do you set not to show the password?
5th Apr 2019, 10:10 AM
Flandre Scarlet
Flandre Scarlet - avatar
+ 4
How
5th Apr 2019, 10:08 AM
King Solomon
King Solomon - avatar
+ 4
Ok, I define it as "showing" the password😂 If you want it to show as password, just literally set the type as "password"😂
5th Apr 2019, 10:18 AM
Flandre Scarlet
Flandre Scarlet - avatar
+ 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😂
5th Apr 2019, 10:22 AM
Flandre Scarlet
Flandre Scarlet - avatar
+ 2
Don't set input type as "password" and you'll see it.
4th Apr 2019, 1:11 AM
Flandre Scarlet
Flandre Scarlet - avatar
+ 2
Make a checkbox that when is checked runs a js function that changes the type of the input from password to text
4th Apr 2019, 7:08 PM
Mario
Mario - avatar
+ 2
Let me ask you first, how do you set not to show the password? By making the input type text
5th Apr 2019, 10:16 AM
King Solomon
King Solomon - avatar