Please how can I make passwords visible when I click on a button to make it visible and click on it again to make it invisible. | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Please how can I make passwords visible when I click on a button to make it visible and click on it again to make it invisible.

<input type="password" name="password" required> https://code.sololearn.com/W28UVIskH59M/?ref=app

12th Sep 2020, 12:32 AM
Akinbola Emmanuel Oluwanifemi
Akinbola Emmanuel Oluwanifemi - avatar
2 Answers
+ 2
You can toggle the input type between password and text https://code.sololearn.com/WF00189f1bJm/?ref=app
12th Sep 2020, 3:12 AM
Calviղ
Calviղ - avatar
+ 1
Alright. Thank you.
12th Sep 2020, 12:44 AM
Akinbola Emmanuel Oluwanifemi
Akinbola Emmanuel Oluwanifemi - avatar