This change would allow you to set a global property, using the same method for the other options, to always use the placeholder logic from the polyfill.
Why do this? Even though IE supports placeholder the UX is inconsistent with the other browsers. Particularly, in IE when you focus in the input the placeholder is no longer shown vs other browsers show until some value is inputted.
This change would allow you to set a global property, using the same method for the other options, to always use the placeholder logic from the polyfill.
usage:
<html data-placeholder-usenative="false" ...>
polyfill logic will always be used.
Why do this? Even though IE supports placeholder the UX is inconsistent with the other browsers. Particularly, in IE when you focus in the input the placeholder is no longer shown vs other browsers show until some value is inputted.