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

InputMode

configuration

Specifies the inputmode attribute of the inner <input /> element. It is used to specify the type of on-screen keyboard that should be displayed when the user focuses the input.

inputMode

String

Default: "text"

<input id="combobox" />
<script>
$("#combobox").kendoComboBox({
    inputMode: "numeric",
    dataSource: ["1", "2", "3", "4", "5"]
});
</script>
Not finding the help you need?
Contact Support