Hello, I'm developing an angled form that will be used both desktop and mobile.
However, I would like numeric fields such as CPF, Phone, Cep in the mobile to display only the numeric keypad, not the full keyboard!
How can I do this? Remember that I can not 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 ...