himelbrand / react-native-numeric-input

a stylish numeric input for react native
MIT License
148 stars 102 forks source link

Configure String Value to Decimal Places of Step #87

Open m-mcardle opened 2 years ago

m-mcardle commented 2 years ago

For my uses of this component I needed to configure the component to set a fixed number of decimal places. This PR would add that behaviour based on the decimal places in the step prop.

Figured because this was useful for me it might be useful to others. Feel free to close this PR if this is not useful 😄