PIN Input
PIN or OTP (One-Time Password) input with secure entry.
Basic Usage
<Input name='pin' type='pinPassword' maxLength={6} placeholder='Enter PIN' />
OTP Example
<Input name='otp' type='pinPassword' maxLength={6} label='Verification Code' placeholder='000000' />
Features
- Secure text entry
- Numeric keyboard
- Fixed length
- Auto-submit on complete