Placeholder text-overflow:ellipsis in IE10 not working
问题 I used below code for showing ellipsis if text length is more in a placeholder. It's working good in Chrome and Firefox. Where as in IE it's not working. input[placeholder] { text-overflow:ellipsis; } 回答1: I was having the same problem and came across this blog post from Front End Tricks And Magic that worked for me. The gist of the blog is that you CAN do an ellipsis in an input in IE, however only if the input has a readonly attribute. Obviously in many scenarios we don't want our input to