I am trying to format a number input by the user into currency using javascript. This works fine on . However, on
You guys are completely right numbers can only go in the numeric field. I use the exact same thing as already listed with a bit of css styling on a span tag:
$
Then add a bit of styling magic:
span{ position:relative; margin-right:-20px } input[type='number']{ padding-left:20px; text-align:left; }