material-ui-currency-textfield icon indicating copy to clipboard operation
material-ui-currency-textfield copied to clipboard

Currency textfield for React Material UI

Results 59 material-ui-currency-textfield issues
Sort by recently updated
recently updated
newest added

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: ![image](https://user-images.githubusercontent.com/5068284/84570515-b0bb8380-ad96-11ea-8133-ff21bf2d5775.png) Is there a chance to revert the type check and also allow react nodes? ![image](https://user-images.githubusercontent.com/5068284/84570552-e496a900-ad96-11ea-8e39-3484565f3d00.png) Thanks