When using Internet Explorer 10 and 11, input placeholder text is removed if the input is focused using the autofocus
attribute. For example:
<input type="textbox" value="" placeholder="Example text" autofocus>
Demo: https://jsfiddle.net/ompkwtz5/
How can I ensure the placeholder text isn't removed?