input Boolean (default: true)

Whether to render the input in ColorGradient component.

Example

<div id="flatcolorpicker"></div>
<script>
$("#flatcolorpicker").kendoFlatColorPicker({
  input: false
});
</script>
In this article