Is there a way to eliminate or hide the clear ("x") action from a Kendo combobox using TypeScript?
I have attempted to find a solution through SCSS/CSS, but I have not been successful. Alternatively, I would be fine with preventing the event triggered by pressing the "x" from propagating. However, it seems that this functionality is tied to the "change" event and cannot be stopped.