ShortPassword
Demo
Payment PINEnter the 6-digit PIN
Encrypted locally and never displayed in plain text.
Custom Length
Use length to control password cell count.
Props
| Prop | Type | Default | Description |
|---|---|---|---|
value | string | '' | Current input value |
length | number | 6 | Password length |
inputAriaLabel | string | undefined | Accessible name for the password input |
Events
| Event | Payload | Description |
|---|---|---|
update:value | string | Value changed |
complete | string | Input completed |
focus | FocusEvent | Input focused |
blur | FocusEvent | Input blurred |