Suresh Sevarthi

Results 6 comments of Suresh Sevarthi

@JeremyGrieshop I had a same issue and that worked for me, Thanks. Add "prestart" in your package.json like below: ``` "scripts": { "prestart": "rimraf ./node_modules//node_modules", "start": "react-scripts start", "build": "react-scripts...

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.

@MichaelJC91 did you try setting `maximumValue="0"` as prop.

I could not see any issue with the current version, can you please reproduce the issue ?

@FlorianBouron and @AlanC5 Please create a pull request, if you fixed the issue. We will merge.

Sure. We will accept PR's and merge. On Tue, Apr 20, 2021 at 5:27 PM Peace ***@***.***> wrote: > Are there any active maintainers who will merge if I submit...