Sololearn: Learn to Code
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1
add an eye icon and then add an event listener to the eye icon to toggle the input type attribute from password to text or text to password.
18th May 2020, 2:29 PM
Wildcard_Renegade
Wildcard_Renegade - avatar
+ 1
add state to check if the field is set to password and the change it to text or if it is text, change it to password. The state could be something like “let isTypePassword = true” and toggle from true to false when the eye is clicked.
18th May 2020, 2:32 PM
Wildcard_Renegade
Wildcard_Renegade - avatar
18th May 2020, 2:47 PM
Calviղ
Calviղ - avatar