New to KendoReactLearn about KendoReact Free.

Controlled Mode

Updated on Jun 22, 2026

By default, the KendoReact OTPInput operates in uncontrolled mode and manages its own internal value state.

Controlling the Value

To place the OTPInput in controlled mode:

  1. Set its value property.
  2. Handle the onChange event and update the value in your component state.

The following example demonstrates controlled mode, including programmatic value setting and clearing via buttons.

Change Theme
Theme
Loading ...
In this article
Controlling the ValueSuggested Links
Not finding the help you need?
Contact Support