Asteriscos u ocultar info? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Asteriscos u ocultar info?

Cómo es que se esconde la info o se ponen asteriscos cuando ingresas la información en la casilla?

24th Jan 2020, 4:13 AM
Juan Carlos Ayala Fuentes
Juan Carlos Ayala Fuentes - avatar
2 Answers
+ 1
Use input element having "password" as 'type' attribute <input id="thePassword" type="password" /> <button type="button" onclick="javascript:alert(document.querySelector('#thePassword').value);">Check</button>
24th Jan 2020, 4:29 AM
Ipang
0
But ¿how the program hide the info inside of the field of password?
15th Feb 2020, 6:34 AM
Juan Carlos Ayala Fuentes
Juan Carlos Ayala Fuentes - avatar