New to Kendo UI for Vue? Start a free 30-day trial
Controlled Mode
Updated on Jun 24, 2026
By default, the Kendo UI for Vue OTPInput operates in uncontrolled mode and manages its own internal value state.
Controlling the Value
To place the OTPInput in controlled mode you have two options:
- Use
v-modeland assign the value to it.
or:
The following example demonstrates controlled mode, including programmatic value setting and clearing via buttons.
Change Theme
Theme
Loading ...