Forms
OTP Input
A specialized multi-box input for one-time passwords, featuring auto-focus, backspace handling, and numeric validation.
Current Code: ----
Props
| Prop | Type | Default |
|---|---|---|
length | number | 4 |
value | string | — |
onChange | (v: string) => void | — |
error | string | — |
