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