items Number|Array (default: null)

Sets the Otp Input's items configuration.

Example - create input groups through a number.

Open In Dojo
<input id="otpinput" />
<script>
    $("#otpinput").kendoOTPInput({
        items: 3
    });
</script>
In this article