去掉IE11的叉叉


在 IE11 下,浏览器自作多情在 text input 组件上加一个 close 叉叉:

用CSS伪类定义:

input::-ms-clear { display: none; }