OTPInputChangeEvent
Interface
Event object fired by OTPInput change event.
Definition
Package:@progress/kendo-vue-inputs
Properties
component?
any
The component instance that originated the event.
nativeEvent
Event
The native DOM event.
syntheticEvent
Event
The synthetic Vue event.
The component that originated the event.
value
string
The new full string value of the OTPInput after the change.
Unfilled cells are represented as a space (' ').