Skip to main content
After the recent Salesforce Update to Spring 19, some of my users are now seeing extra decimal places in Number fields on the Lead object.

 

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
  1. Feb 6, 2019, 12:40 PM
    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 
0/9000