在 IE11 下,浏览器自作多情在 text input 组件上加一个 close 叉叉:
这么整:
input::-ms-clear { display: none; }
这种伪元素类似于 web component.
关于作者