material-ui-currency-textfield
material-ui-currency-textfield copied to clipboard
Currency textfield for React Material UI
Hi. The CurrencyTextField component does not support autoComplete as a valid props. This should be solved with changing otherProps array inside CurrencyTextFields.js filte under src/components/CurrencyTextField directory. Please add it, Thanks.
As one can see, currently only a limited set of prop names are passed into underlying `TextField` component. It is quite often required to manage Input label props, e.g. provide...
The error validations do not work very well with [react-hook-form](https://github.com/react-hook-form/react-hook-form) On submit, the error is not displayed when validation fails [Relevant CodeSandbox](https://codesandbox.io/s/divine-field-m7nf5?file=/src/App.jsx) Using `@material-ui` input with input adornments however works:...
This was almost perfect for what I needed...except my client needs to type in the cents and needs that mask to show the separator and cents while users type. If...
This is a problem related to the autonumeric version of the lib
When a invalid input was pasted, the react app crashed. Now you can select how to react with invalid pastes.
Hi, I couldn't find any good solution to reverse order of Input field and currency icon. I need that possibility, due to other fields of material ui looks different, and...
Hello I'm using a ReactNode in currencySymbol prop:  Is there a chance to revert the type check and also allow react nodes?  Thanks