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

SyncValueAndText

configuration

When set to true the widget will automatically set selected value to the typed custom text. Set the option to false to clear the selected value but keep the custom text.

Default: true

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
  syncValueAndText: true
});
</script>
Not finding the help you need?
Contact Support