marcgg / Simple-Placeholder

A simple polyfill for mimicking the HTML5 placeholder attribute using jQuery
61 stars 88 forks source link

placeholder for password field is not reflected #9

Closed in-ilyas-kazi closed 11 years ago

in-ilyas-kazi commented 11 years ago

i need a placeholder for password field for which at present i see all bullets on IE old browser.

marcgg commented 11 years ago

If your field is of type password it will only display bullets as it is native behavior of the browser. I could change the type of the field back and forth, but I see that as a security issue. If the plugin were to fail somehow, it would expose the content of the field to anyone looking at the screen.

I think someone forked the project and added this feature. I won't add it to the main repo, but feel free to use something else if this doesnt fit your usage