Hi Webix Team,
I have combo box,It showing cross icon on IE,how can i remove it.
try to use this
<style>
::-ms-clear {
display: none;
}
</style>
Hi Webix Team,
I have combo box,It showing cross icon on IE,how can i remove it.
try to use this
<style>
::-ms-clear {
display: none;
}
</style>