Yet another placeholder in IE question...
I am currently using this Placeholders.js script: https://github.com/jamesallardice/Placeholders.js
Unfortunately, like all other "update the value of the input field" placeholder polyfills, it fails on password fields since the value of a password field is shown as stars. I need it to work on a password field so this is a deal-breaker.
This is for a JSP app, not a Javascript app, and the use of Javascript is minimal. I would prefer not have a JQuery dependency if I can possibly help it. Yet nearly all of the placeholder polyfills I can find are JQuery plugins.
Has anyone found a script that handles this case without JQuery? I would prefer to not write my own since there are so many edge cases.