OTPInputProps
Represents the props for the KendoReact OTPInput component.
| Name | Type | Default | Description |
|---|---|---|---|
ariaDescribedBy? |
|
Sets the | |
ariaLabel? |
|
Sets the tsx
| |
ariaLabelledBy? |
|
Sets the | |
defaultValue? |
|
Sets the initial value of the OTPInput (uncontrolled mode). Once set, subsequent updates are managed internally. tsx
| |
disabled? |
|
|
When tsx
|
fillMode? |
|
Configures the The available options are:
tsx
| |
groupLength? |
|
Sets the length of each group of input cells.
The sum of all group lengths must equal tsx
| |
id? |
|
Sets the tsx
| |
inputAttributes? |
|
Sets additional HTML attributes on every inner tsx
| |
length? |
|
|
Sets the total number of individual input cells. tsx
|
name? |
|
Sets the tsx
| |
onBlur? |
|
Fires when the entire OTPInput loses focus (not on every inter-cell navigation). tsx
| |
onChange? |
|
Fires when the user changes the value of any input cell. tsx
| |
onFocus? |
|
Fires when any input cell receives focus. tsx
| |
placeholder? |
|
Sets a placeholder character shown in each empty input cell. tsx
| |
readOnly? |
|
|
When tsx
|
required? |
|
|
Marks the field as required for HTML5 constraint validation. tsx
|
rounded? |
|
Configures the The available options are:
tsx
| |
separator? |
|
Sets the separator rendered between groups of input cells.
Only effective when
tsx
| |
size? |
|
Configures the The available options are:
tsx
| |
spacing? |
|
|
When tsx
|
type? |
|
|
Sets the input type. tsx
|
valid? |
|
When tsx
| |
value? |
|
Sets the current value of the OTPInput (controlled mode).
Unfilled input cells are represented with a space ( tsx
| |
webMcp? |
|
Enables Web MCP tool registration for this component.
Requires a parent Pass tsx
|