I am using jQuery Spinner like this
$( "#spinner" ).spinner({
step: 0.1,
numberFormat: "n"
});
And it shows always numbers like 0.01 but I need to show it like 0.1.
By API it seems like is impossible to do http://api.jqueryui.com/spinner/#option-numberFormat
Any clue?