Can I control the keyboardType for Zip code input?
When input zip code, the keyboard changed from numeric to default, which is not very user friendly.


Describe the solution you'd like Let developer can set the keyboardType for Zip code input.
Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.
Additional context Add any other context or screenshots about the feature request here.
@xiao555 I think it really depends on the format of zip codes, countries like canada actually do need the regular keyboard because it contains alphanumeric characters
@sebastienlabine Yes, but if only need numbers for zip code, maybe can do a optimization? Like add a prop we can use to set the keyboard type for zip code.
There should be a "Done" button to hide keyboard in numeric mode