Linked Questions

Popular Questions

Add clear icon on kendo UI search textbox

Asked by At

I´m using kendo UI Jquery for my web, and I used some components like the Kendo Multiselect it has clear icon on the right and its provided by the control by default.

<div>
  <label for="simple-input">Input</label>
  <input id="simple-input" type="text" class="k-textbox" style="width: 100%;" />
</div>

My question is does this functionality exists for a normal text box? or should I implement it :V

Related Questions