I work on a web application running in Chrome, where I have inputs with type number. In my locale commas are used for decimal numbers and a space is used for th
number
Unfortunately these characters are not allowed in the
See the specs here : http://w3c.github.io/html-reference/datatypes.html#common.data.float-def
Is this the format you want ? http://jsfiddle.net/S8rqY/