redux-form-material-ui icon indicating copy to clipboard operation
redux-form-material-ui copied to clipboard

Custom Text Field (CurrencyInput)

Open somsub opened this issue 7 years ago • 0 comments

Is there a way we can use the TextField to serve as a currency input? I was trying to wrap the NumberFormat like this <Field name="company" component={NumberFormat} customInput={TextField} hintText="..." /> but is not working well like the TextField does. It loses the value when the form sections are switched. Is there an example you point me to acheiving a Currency Input ?

somsub avatar Sep 10 '18 01:09 somsub