react-currency-input
react-currency-input copied to clipboard
value is not a controlled input ?
currently I would like to have a maximum value for my input. As currently we don't support max and min, the work around is to prevent the value to be changed in setState if value > maximumValue.
But, the displayed value is still changed Although the value in state is not changed.
#78 someone created that PR.. i'm waiting a merge :/