HTML5-placeholder-polyfill
HTML5-placeholder-polyfill copied to clipboard
Small and robust polyfill for the HTML5 placeholder attribut.
my project donot have these, i'm curious about this requirement
How can I implement :not(:placeholder-shown) using this polyfill? I know we have `input.placeholder-shown`.
This fixes a positioning issue with responsive layouts which change the height of single line text input boxes dynamically based on window size. Placeholder span is now positioned vertically in...
I've found this issue in the project. How can I run again placeholders in the didUpdate method? Has this lib an api?
This plugins is the best for add placeholder in old browsers like
`bower install` command reports this: ``` bower invalid-meta html5-placeholder-polyfill is missing "ignore" entry in bower.json ``` Just sayin'.
Hi there, First of all, great work for what you did here :) Secondly, I had a project with bootstrap, and in a modal, there were placeholders. I don't know...
No logic changes. Fix spaces, tabs and quotes. Apply code advices from JSHint.
When an input is focused, the requestAnimationFrame check loop should change CSS only when it is necessary. So instead of repeatedly calling `showPlaceholderIfEmpty()` (which calls `removeClass()` or `addClass()` all the...
Useful for development: ``` js window.placeHolderConfig = { debug: true }; ```