items Number|Array
(default: null)
Sets the Otp Input's items configuration.
Example - create input groups through a number.
<input id="otpinput" />
<script>
$("#otpinput").kendoOTPInput({
items: 3
});
</script>