How can I prevent Chrome from formatting a HTML5 format number
问题 I need to create a form for a mobile website in which people can enter a number with a decimal mark like 5.3. In order to make it easier for the visitors to enter the numbers, I want to force the smartphone to display the on-screen keyboard with the characters the user is most likely to enter. It's possible to show the numbers on-screen keyboard by adding the HTML5 type="number" input type. Unfortunately Google Chrome then starts to validate the input and allows only intergers to be entered.