redux-form-material-ui
redux-form-material-ui copied to clipboard
Custom Text Field (CurrencyInput)
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 ?