Hi

In windows I have the following mask ",*0.##" on a numeric field.

I want users to enter up to 2 decimal places, but if less than to I don't want to show 0's i.e.

1
1.2
1.23

In windows the above mask does what I want during data entry and display.

However on the web after entering it displays the 0's i.e.

1.00
1.20
1.23

Is this a bug? Or am I doing the wrong thing?