Search results

OtpChangedEventArgs API in React Otp Input API component

Provides information about valueChanged event callback

Properties

element

HTMLElement

Provides the Otp input container element.

event

Event

Provides the original event.

isInteracted

boolean

Provides whether the change is triggered by user interaction.

previousValue

string | number

Provides the previous value of the Otp input.

value

string | number

Provides the current value of the Otp input.