react-currency-input icon indicating copy to clipboard operation
react-currency-input copied to clipboard

React component for inputing currency amounts

Results 64 react-currency-input issues
Sort by recently updated
recently updated
newest added

This is a pretty nice project that you have but I noticed that if you enter more than 16 digits it starts to act extremely weird. I.e. if you do...

Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. Commits See full diff in compare view Maintainer changes This version was pushed to npm by oss-bot, a new releaser for y18n since your...

dependencies

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.4.0 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Bumps [http-proxy](https://github.com/http-party/node-http-proxy) from 1.17.0 to 1.18.1. Changelog Sourced from http-proxy's changelog. v1.18.1 - 2020-05-17 Merged Skip sending the proxyReq event when the expect header is present [#1447](https://github.com/http-party/node-http-proxy/issues/1447) Remove node6 support,...

dependencies

is it possible to put a demo page? just create one on codepen or jsbin, would do. I don't want to go through all the long hassle of installing &...

I needed the option to set a maximum value for my use case, so I decided to implement this directly onto the component by simply "ignoring" any change that exceeds...

currently I would like to have a maximum value for my input. As currently we don't support max and min, the work around is to prevent the value to be...

Tested Browser: Edge, IE, Chrome In Edge and IE browser: On entering the first value in "particular TEXTBOX" the control (cursor) automatically goes to particular page Last "TEXTBOX" - We...