invalid
Description
If true, the form control will be invalid.
Type
booleanDefault
falseLeave Yamada UI a star
StarPinInput is a component used to capture pin codes or OTP (One-Time Password) inputs.
Description
If true, the form control will be invalid.
Type
booleanDefault
falseDescription
If true, the form control will be disabled.
Deprecated
Use disabled instead.
Type
booleanDefault
falseDescription
If true, the form control will be invalid.
Deprecated
Use invalid instead.
Type
booleanDefault
falseDescription
If true, the form control will be readonly.
Deprecated
Use readOnly instead.
Type
booleanDefault
falseDescription
If true, the form control will be required.
Deprecated
Use required instead.
Type
booleanDefault
falseDescription
The visual color appearance of the component.
Type
"blackAlpha" | "whiteAlpha" | "amber" | "blue" | "info" | "link" | "primary" | "cyan" | "emerald" | "flashy" | "fuchsia" | "gray" | "green" | "success" | "indigo" | "lime" | "neutral" | "orange" | "warning" | "pink" | "purple" | "red" | "danger" | "rose" | "sky" | "teal" | "violet" | "secondary" | "yellow"Description
The initial value of the pin input.
Type
stringDescription
If true, the form control will be disabled.
Type
booleanDefault
falseDescription
The border color when the input is invalid.
Type
"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]Description
The border color when the input is focused.
Type
"border" | BorderColor | "amber.50" | "amber.100" | "amber.200" | "amber.300" | "amber.400" | "amber.500" | "amber.600" | "amber.700" | "amber.800" | "amber.900" | ... 320 more ... | [...]Description
If true, the form control will be invalid.
Type
booleanDefault
falseDescription
If true, the form control will be disabled.
Deprecated
Use disabled instead.
Type
booleanDefault
falseDescription
If true, the form control will be invalid.
Deprecated
Use invalid instead.
Type
booleanDefault
falseDescription
If true, the form control will be readonly.
Deprecated
Use readOnly instead.
Type
booleanDefault
falseDescription
If true, the form control will be required.
Deprecated
Use required instead.
Type
booleanDefault
falseDescription
The number of inputs to display.
Type
numberDefault
4Description
If true, focus will move automatically to the next input once filled.
Type
booleanDefault
trueDescription
If true, the input's value will be masked just like type=password.
Type
booleanDescription
Function called on input change.
Type
(value: string) => voidDescription
Function called when all inputs have valid values.
Type
(value: string) => voidDescription
If true, the pin input component signals to its fields that they should.
Type
booleanDescription
The placeholder for the pin input.
Type
stringDefault
'○'Description
If true, the form control will be readonly.
Type
booleanDefault
falseDescription
If true, the form control will be required.
Type
booleanDefault
falseDescription
The size of the PinInput.
Type
"xs" | "sm" | "md" | "lg"Default
"md"Description
The type of values the pin-input should allow.
Type
"number" | "alphanumeric"Default
'number'Description
The value of the pin input.
Type
stringDescription
The variant of the PinInput.
Type
"filled" | "flushed" | "outline" | "unstyled"Default
"outline"Edit this page on GitHub