How can I disable the clear button that IE10 inserts into textboxes? March 31, 2023 by Tarik input[type=text]::-ms-clear { display: none; }