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="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
    dataSource: ["Apple", "Orange", "Banana"],
    adaptiveMode: "auto",
    adaptiveTitle: "Select Fruit",
    adaptiveSubtitle: "Choose from available options"
});
</script>
Not finding the help you need?
Contact Support