inputModeString(default: "text")

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.

Example

<div id="daterangepicker"></div>
<script>
$("#daterangepicker").kendoDateRangePicker({
    inputMode: "numeric"
});
</script>
In this article
inputMode
Not finding the help you need?
Contact Support