Decimal Separator in Mobile Devices

There is a detail regarding DecimalSeparator in mobile devices. On mobile devices we need to show the numeric keyboard when an input field is for number values only. This requires Ext JS to use an HTML number input type. In this case the input field may use a different decimal separator than is used either server-side or client-side. Depending on device, browser type and device language or locale settings, a numeric field may use either a dot or a comma as decimal separator.

clip0335

For example, in the image above a comma is used as the decimal separator, but when the grid editor is activated (below) you can see that the mobile browser automatically uses a dot as the decimal separator.

clip0336