On an input number field when the user starts typing I want to have the field automatically convert it to currency with cents first.
For example, if I input 1, it will show .01 in the input box.
If I input 1234 it will show 12.34 in the field. While I am typing it will start showing .01, then .12, then 1.23, then finally 12.34 when I am finished.
I believe Paypal does something similar to this on their site when a user is transferring balances.