ianmcnally / react-currency-masked-input

Input masking for currency, in React
MIT License
91 stars 24 forks source link

How do I control decimals? #37

Open leozzitowned opened 6 years ago

leozzitowned commented 6 years ago

Is it possible to control the decimals?

<CurrencyInput name="myInput" required decimals={3} />

ianmcnally commented 6 years ago

Not currently, but I'm happy to take review and accept a pull request!

ianmcnally commented 6 years ago

According to https://en.wikipedia.org/wiki/ISO_4217, there are between 0 - 3 decimal points in the given currencies, so a solution should support that.