-
Notifications
You must be signed in to change notification settings - Fork 44
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
Numeric input doesnt display numeric keyboard #11
Comments
Hello Antoine, Thank you for the feedback. Are you using secret input? The |
Yes it is a secret input. Do you mean you tried using inputmode ? |
@joelamouche Sorry for the delay. I missed the notification for the comment. Yes I tried inputmode. But it didn't work. |
Hi, numeric keyboard is not displayed for type number. Any update on this? @arunghosh did you get any help? |
@Shruti776 Sorry. I didn't find any help regarding this nor was is able to investigate. |
Hi, any idea/update on if we use this library on saving only first character is stored as password in chrome autofill password. Can I either save all the values or disable the chrome autofill password when I enter the pin and save it. @arunghosh, your inputs are appreciated.. Thanks, |
I have found workaround wich worked for me, do not pass "secret" prop to component, secretDelay={} will still make an input a password type, so its a win/win sutiation |
Hi,
First of all thank you for the module :)
Even though I put "numeric" as type for the input, the keyboard is not numeric at all for Android, and starts as numeric for Iphone, but then switches back to letters after one input.
Thanks for your help,
Antoine
The text was updated successfully, but these errors were encountered: