react-pin-input icon indicating copy to clipboard operation
react-pin-input copied to clipboard

input type when use secret

Open ilhamdoanggg opened this issue 4 years ago • 0 comments

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

Screen Shot 2021-01-20 at 16 50 45

but when not using secret

Screen Shot 2021-01-20 at 17 16 38

ilhamdoanggg avatar Jan 20 '21 10:01 ilhamdoanggg