preview Boolean
(default: true)
Only applicable for the HSV selector.
Displays the color preview element, along with an input field where the end user can paste a color in a CSS-supported notation.
Example
<input id="colorpicker" type="color" />
<script>
$("#colorpicker").kendoColorPicker({
preview: false
});
</script>