react-currency-input
react-currency-input copied to clipboard
Adding maxValue & minValue support
I needed the option to set a maximum value for my use case, so I decided to implement this directly onto the component by simply "ignoring" any change that exceeds min or max (if defined).
Hopefully will be useful to anyone!