react-currency-input
react-currency-input copied to clipboard
Starts input with no value
It is possible to show the value only when user starts to change the value, even when the value didnt change the value is starting with 00,00.
Thats what I would like to achieve

And that is what happens

Is it posiible to show placeholder when initial value is null?
<CurrencyInput placeholder="text" precision={0} />

A placeholder prop would be really neat.