Hi,
I have some input fields, that requiere a alphanumeric code. Usualy when the input gets the focus, this keyboard is shown (No numbers, you have to press the number function to access them)
What I need, is that input field on focus shows the password type keyboard (no suggestions, numbers instead)
I saw that my bank did this on their android app, and it was not a password field. What flags should I use for the inputType in the Textfield object? Also is this possible in iOS?
Thanks
FBP