jamesallardice/Placeholders.js

Placeholders are not hidden when the attribute is removed dynamically

Closed this issue · 0 comments

When removing the placeholder attribute from an element via JS the placeholder value is not hidden:

element.removeAttribute("placeholder");