inputModeString
(default: "text")
Sets the appearance of the keyboard for a devices with a virtual keyboard
Example - sets the input mode
<input id="otpinput" />
<script>
$("#otpinput").kendoOTPInput({
items: 3,
inputMode: "tel"
});
</script>
In this article