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

Before ran `yarn audit` i got this result: > 268 vulnerabilities found - Packages audited: 855 Severity: 41 Low | 83 Moderate | 110 High | 34 Critical Done in...

Closes https://github.com/jsillitoe/react-currency-input/issues/125, Maybe, this PR fix all dependabot issues to.

Bumps [jsdom](https://github.com/jsdom/jsdom) from 9.12.0 to 16.5.0. Release notes Sourced from jsdom's releases. Version 16.5.0 Added window.queueMicrotask(). Added window.event. Added inputEvent.inputType. (diegohaz) Removed ondragexit from Window and friends, per a spec...

dependencies

Bumps [shell-quote](https://github.com/substack/node-shell-quote) from 1.6.1 to 1.7.3. Release notes Sourced from shell-quote's releases. v1.7.2 Fix a regression introduced in 1.6.3. This reverts the Windows path quoting fix. (144e1c2) v1.7.1 Fix $...

dependencies

Hi, I noticed that no new version has been released since #80 was merged. Would it be possible to do that? We found out that there's a vulnerability in a...

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.5.1 to 1.14.8. Commits 3d81dc3 Release version 1.14.8 of the npm package. 62e546a Drop confidential headers across schemes. 2ede36d Release version 1.14.7 of the npm package. 8b347cb...

dependencies

Bumps [chownr](https://github.com/isaacs/chownr) from 1.0.1 to 1.1.4. Commits 814f642 1.1.4 a0d7ae0 push to github before npm 1a3667a ignore stuff 147eac4 Full tests, handle errors properly in many cases 578fb9f update tap,...

dependencies

Bumps [cached-path-relative](https://github.com/ashaffer/cached-path-relative) from 1.0.1 to 1.1.0. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=cached-path-relative&package-manager=npm_and_yarn&previous-version=1.0.1&new-version=1.1.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

When handling currency values in programming it's recommended to use integer values to avoid calculations and conversion mistakes due to the floating point problem. So I want to discuss the...

Version: ``` "react-dom": "^16.9.0", "react": "^16.9.0", "react-currency-input": "^1.3.6", ``` Warning message: ``` react-dom.development.js:12029 Warning: componentWillReceiveProps has been renamed, and is not recommended for use. See https://fb.me/react-async-component-lifecycle-hooks for details. * Move...