Input polyfill.
The polyfill will add unique classes to an input field when it is focused
focus
. Also allows the placeholder attribute to work on browsers that
do not support the attribute. Adds js-input-placeholder
so styling can be done to
the placeholder attribute.
Example
ML.InputControl();