I create a form with a decimal field 12,2:
When the user enters an amount, it assumes that she is entering cents.
For example, if she wants to enter 123.48, she sees it like this:
0.01
0.12
1.23
etc.
I want her to be able to type 123 and then the decimal point, and then 48.
How do I do that?