I have an issue in MS IE (ver. 11) for text-overflow: ellipsis;
property for input
field, where it doesn't seem to work only for this particular browser (IE).
Any suggestions would be helpful.
Fiddle: https://jsfiddle.net/TjGyz/362/
input, div {
width: 100px;
border: 1px solid silver;
padding: 5px;
margin-bottom: 10px;
outline: none;
font: 20px sans-serif;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
<input type="text" value="This element is an input" />