On the mobile client, all numeric input fields have type="text"
.
The consequence of this is that (e.g. when posting a CX order) when selecting an input field, I get a text keyboard instead of a number pad.
Using an <input type="number">
would automatically prompt a numpad on most mobile devices.