### 问题  ### Solution ``` css ::-ms-clear { display: none; } ::-ms-reveal { display: none; } ``` see more: - http://stackoverflow.com/questions/14007655/remove-ie10s-clear-field-x-button-on-certain-inputs - http://msdn.microsoft.com/en-us/library/windows/apps/hh465740.aspx