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

Placeholder

configuration

The hint displayed by the widget when it is empty. Not set by default.

Default: ""

<input id="autocomplete" />
<script>
$("#autocomplete").kendoAutoComplete({
  placeholder: "Enter value ..."
});
</script>

The Kendo UI AutoComplete widget could also use the value of the placeholder HTML attribute as hint.

<input id="autocomplete" placeholder="Enter value..." />
<script>
$("#autocomplete").kendoAutoComplete();
</script>
Not finding the help you need?
Contact Support