The following example shows an numeric input field.
Is there anyway to turn off the arrows? The problem they cause is for precision data. If 1.22 is entered in the field and the user accidently touches the up arrow, the value is changed to 2 with the .22 being lost.
Second question: formatting the field to 2 decimals precision. It seems that the .toFixed(2) method is not supported. The editor suggests it, but afterwards there is an error displayed that β.toFixed()β is not a function.