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