preview Boolean (default: true)

Displays the color preview element and the previously selected color for comparison. With buttons set to false, both elements will update at the same time.

Example

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