react-currency-masked-input
react-currency-masked-input copied to clipboard
Comma separator ',' does not work
I've installed the latest version (2.5.0) and tried to use it with a comma as the separator, but the error above appeared in the console. Input value stayed empty
I've installed the latest version (2.5.0) and tried to use it with a comma as the separator, but the error above appeared in the console. Input value stayed empty
I've changed the type to text and it worked
import CurrencyInput from 'react-currency-masked-input'
<CurrencyInput type={'text'} separator={','} />