0
Hello, I’m developing an angular form that will be used both on desktop and mobile.
However, I would like in mobile the numeric fields as CPF, Phone, Zip code, present only the numeric keyboard and not the complete keyboard!
How can I do that? Remembering that I cannot put the type: number in the input, because I use masks in these fields, and the type number input would not let me use these masks..
Thank you in advance...
In my question I inform that I can not do this way, because I use a mask Component
– Guilherme Nunes
The
type="tel"
works my friend. I will edit the answer with an example.– thxmxx