Kirill Bondar 2/22/2016 5:55:43 AM 1. Keyboard is displayed for HTML input type=number but we do not use it because it clears invalid input without warning as soon as input focus leaves the field; also decimal point style is determined according via device's locale, there is no way to override it according to our user's preferences.
2. Above method does not work for iOS, there is another trick, but the iOS keyboard lacks minus sign and decimal point.
|