clear text icon

Hi all,
is there an option to remove the clear icon on text when becomes disabled?
https://snippet.webix.com/w2gyb02a
Thanks

try to use this style as a workaround

  .webix_disabled_box .webix_clear_icon{
     display:none;
  }

Yes!
Thank you very much.