Material-UI + CurrencyInput
Hi! I am facing a problem when using currency input with material-ui lib. Have a look at the code:
Below this part I have others fields in the form.
However, I am not able to fill any other element in the form because the focus always go back to the <CurrencyInput> input.
Am I missing something?
Tks
+1
@nanocreaator or @anuroop15 did you guys work out a fix in the end?
nope @wkerswell-gresham
React currency formatter with Material Ui Textfield look and feel is available at https://www.npmjs.com/package/@unicef/material-ui-currency-textfield
This might solve your issue.