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

Adding maxValue & minValue support

Open emdagon opened this issue 6 years ago • 0 comments

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!

emdagon avatar May 22 '18 19:05 emdagon