This is probably more of a feature request than anything else, but maybe someone has seen an easy way to do this:
I want the NumberSpinner to support decimals to 2 places to the right of the decimal point, thus:
0.01
The arrow buttons would then increment/decrement by 0.01. I was hoping I could achieve this with
constraints="{max:100,min:0,places:2,smallDelta:0.01}"
But this does not appear to work. Any suggestions would be appreciated. Thanks.
