Components/OTP Input
OTP Input
One-time password input with per-digit fields, auto-advance, and paste support.
Installation
npx ajaxui add otp-inputFour digits
Error
Props
| Prop | Type | Default |
|---|---|---|
| length | number | 6 |
| value | string | "" |
| onChange | (value: string) => void | — |
| onComplete | (value: string) => void | — |
| error | boolean | false |
| disabled | boolean | false |