Last Updated: February 25, 2016
·
4.518K
· TimGThomas

Hide IE10's "Clear Input" Button

Much like WebKit browsers, Internet Explorer 10 adds a "clear input" button to <input> tags containing text. To remove it, simply add the following to your CSS:

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