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
<select id="multiselect" multiple="multiple"></select>
<script>
$("#multiselect").kendoMultiSelect();

var multiselect = $("#multiselect").data("kendoMultiSelect");

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