react-currency-input-field icon indicating copy to clipboard operation
react-currency-input-field copied to clipboard

export getLocaleConfig and update docs

Open naquiroz opened this issue 1 year ago • 3 comments

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 cleanValue to the README.md
  • Added formatValueOnBlur to the README.md since it was missing.

naquiroz avatar Feb 25 '24 16:02 naquiroz