Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

input type when use secret #192

Open
ilhamdoanggg opened this issue Jan 20, 2021 · 0 comments
Open

input type when use secret #192

ilhamdoanggg opened this issue Jan 20, 2021 · 0 comments

Comments

@ilhamdoanggg
Copy link

ilhamdoanggg commented Jan 20, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant