You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?The text was updated successfully, but these errors were encountered: