OTPInputHandle
Interface
Represents the ref of the KendoReact OTPInput component.
Definition
Package:@progress/kendo-react-inputs
Properties
blur
() => void
Programmatically blurs the OTPInput.
element
null | HTMLDivElement
The root wrapper DOM element.
focus
(index: number) => void
Focuses the input cell at index.
When index is omitted, focuses the first unfilled cell or
the last cell if all are filled.
Parameters:index?number
Zero-based index of the cell to focus.
value
string
The current string value of the OTPInput.
Unfilled cells are represented with a space (' ').