I use an input field of the type number so the iPad would bring up the numeric keypad automatically.
But when I fill up the field and display it, it shows a thousand point on the iPad, in Chrome it does not.
Is there any way to remove that thousand point ? Using CSS ?
You can use
type="tel"instead oftype="number"