OTPInputChangeEvent
Interface
Event object fired by OTPInput.onChange.
Definition
Package:@progress/kendo-react-inputs
Properties
nativeEvent
any
A native DOM event.
syntheticEvent
SyntheticEvent<any, Event>
A React Synthetic Event.
An event target.
value
string
The new full string value of the OTPInput after the change.
Unfilled cells are represented as a space (' ').