input Boolean (default: true)

Whether to render the input in the ColorGradient component.

Example

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