Mobile: mark numeric inputs as such

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.

2 Likes

Thanks, I created a ticket for that.

2 Likes

Thanks for implementing this, it made managing CX orders from mobile SO much better :rocket: :heart:

2 Likes