spaceBoolean(default: false)

If set to true, each of the input groups will not be concatenated with one another.

Example - set the spacing of the input groups

<input id="otpinput" />
<script>
    $("#otpinput").kendoOTPInput({
        items: 3,
        space: true
    });
</script>
In this article
space
Not finding the help you need?
Contact Support