react-pin-input
react-pin-input copied to clipboard
input type when use secret
PIN is secret and only number
<PinInput length={6} focus // secret inputStyle={{ borderColor: '#5e07a0', borderRadius: '50%', width: '43px', maxwidth: '15%' }} inputMode="tel" pattern="[0-9]*" type="tel" onChange={onChange} />
but when i use secret it show another type in android phone
but when not using secret