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

Input

fields

A jQuery object of the visible input element, where the user types.

input

jQuery
<input id="combobox" />
<script>
$("#combobox").kendoComboBox();

var combobox = $("#combobox").data("kendoComboBox");

var input = combobox.input;
</script>
Not finding the help you need?
Contact Support