Cross icon for combo on IE

Hi Webix Team,
I have combo box,It showing cross icon on IE,how can i remove it.

https://snippet.webix.com/wek2kz9p

try to use this

<style> 
::-ms-clear {
    display: none;
}
</style>