+ 1
How do you make "placeholder" work with the password input type without it revealing what the value is?
1 Answer
+ 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." >