Fix placeholders for password inputs

currently they show dots
This commit is contained in:
Manish Goregaokar 2015-12-26 23:32:26 +05:30
parent 9412e71460
commit 6a0ec85d43
2 changed files with 8 additions and 6 deletions

View file

@ -14,6 +14,8 @@
<div><input type="submit"><input type="reset"><div>
<div><input id=ch type="checkbox" checked></div>
<div><input id=unch type="checkbox"></div>
<div><input type="text" size="30" placeholder="this is a placeholder"></div>
<div><input type="password" size="30" placeholder="this is a password placeholder"></div>
<script>
document.getElementById("ch").indeterminate = true;
document.getElementById("unch").indeterminate = true;