react-currency-input-field
react-currency-input-field copied to clipboard
export getLocaleConfig and update docs
Problem
cleanValue asks for values that are quite hard to get, but those are easily obtainable with the already done function getLocaleConfig.
Solution
Export the getLocaleConfig as part of the package, plus add it to the docs.
Additional changes
- Added
cleanValueto the README.md - Added
formatValueOnBlurto the README.md since it was missing.
@cchanxzy if you could please run the CI builds 🙏🏻
@cchanxzy small bump here
@cchanxzy ?