suggestBoolean(default: false)
If set to true the widget will automatically use the first suggestion as its value.
Example - enable automatic suggestion
<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
  suggest: true
});
</script>In this article