How do you make "placeholder" work with the password input type without it revealing what the value is? | Sololearn: Learn to code for FREE!
+ 1

How do you make "placeholder" work with the password input type without it revealing what the value is?

27th Dec 2016, 3:18 AM
Nziim Cyprian Njodzeka Junior
Nziim Cyprian Njodzeka Junior - avatar
1 ответ
+ 1
Placeholders do not affect the behavior of the input so use it similarly in any type of input : <input type="password" name="example" placeholder="Please, enter your password." >
27th Dec 2016, 2:35 PM
CHMD
CHMD - avatar