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

value is not a controlled input ?

Open ErwinLee10 opened this issue 7 years ago • 1 comments

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.

ErwinLee10 avatar May 08 '17 03:05 ErwinLee10

#78 someone created that PR.. i'm waiting a merge :/

mtsalcova avatar Jul 10 '20 20:07 mtsalcova