clearButton Boolean (default: false)

Specifies whether the widget should display the 'Clear color' button.

Example

<input id="colorpicker" type="color" />
<script>
  $("#colorpicker").kendoColorPicker({
    clearButton: true
  });
</script>
In this article