New to Kendo UI for jQueryStart a free 30-day trial

AdaptiveSubtitle

configuration

Allows customization of the subtitle's text in the adaptive view of the component.

<input id="colorpicker" type="color" />
<script>
  $("#colorpicker").kendoColorPicker({
    adaptiveMode: "auto",
    adaptiveSubtitle: "Select your preferred color"
  });
</script>
Not finding the help you need?
Contact Support