Thanks to help from Dave (so much for "Dave's not here") here: Is there a float input type in HTML(5)?, I've got a floating point element, but when I set the stop motor to 0.05, it goes:
0.05
0.1
0.15
0.2
etc.
I want it to represent money, so that it goes:
0.05
0.10
0.15
0.20
Will I have to write jQuery to append this "0" on the blurring of the widget, or...???