19.12.2016, 08:56
Since it uses number input, it's purely up to browser how to display the value. Value is always formatted with a fixed number of decimals set in object's visualization parameters. You can try adding this to custom JavaScript, but I'm not sure if it will work:
Code:
$('.spinner-value').attr('type', 'text');