leonidas / transparency

Transparency is a semantic template engine for the browser. It maps JSON objects to DOM elements by id, class and data-bind attributes.
http://leonidas.github.com/transparency/
MIT License
969 stars 112 forks source link

IE10/11 HTML <input> placeholder attribute being used to set value of the <input> #124

Open m-bodmer opened 10 years ago

m-bodmer commented 10 years ago

In IE10/11,

When specifying a placeholder attribute such as

<input placeholder='enter text'></input>

Transparency has the possibility of taking 'enter text' and setting the value of to 'enter text'. This results in an that, when clicked, will contain the placeholder text as actual text.