cchanxzy / react-currency-input-field

React component for an input field
MIT License
648 stars 118 forks source link

export 'cleanValue' #333

Closed marcoromag closed 7 months ago

marcoromag commented 9 months ago

in my code base, I need the cleanValue function, since for a specific case I need to export the formatted value of the output, and re-parse it to make it editable.

The function is there, just the 'export' is missing in the index file.

Would it be possible to consider to export this function?

marcoromag commented 9 months ago

I created a pull request for the issue: https://github.com/cchanxzy/react-currency-input-field/pull/334