Our number fields are set to show no decimal places, but they are seeing 4 zeros after the decimal.
This is occuring intermittently, so I'm having trouble tracking down a cause. I figured it may be a browser or cache issue, but even after clearing it all, they still see them.
Any ideas?
1 answer

Hi Jon,
If you are using lightning input then you can use as below :
<lightning:input type="number" name="input6" label="Number field with percentage formatter" value="0.5" formatter="percent" step="0.01"/>
In Step attribute you can put format for your Number fields.
let me know if it helps,
Thanks