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

React component for an input field

Results 43 react-currency-input-field issues
Sort by recently updated
recently updated
newest added
trafficstars

**Describe the bug** the prop "fixedDecimalLength" causes the value to lose 2 digits on blur. **To Reproduce** This is my code (simplified): ``` { setMoney(value) }} fixedDecimalLength="2" /> ``` **Expected...

Bumps [semantic-release](https://github.com/semantic-release/semantic-release) from 17.4.3 to 19.0.3. Release notes Sourced from semantic-release's releases. v19.0.3 19.0.3 (2022-06-09) Bug Fixes log-repo: use the original form of the repo url to remove the need...

wontfix
dependencies

Bumps [semver-regex](https://github.com/sindresorhus/semver-regex) from 3.1.2 to 3.1.4. Release notes Sourced from semver-regex's releases. v3.1.4 Backport of ReDoS fix https://github.com/sindresorhus/semver-regex/commit/7712ba564d40da101cf2b2b33e6a910d9f2f57f4 Commits 906cf40 3.1.4 7712ba5 Fix ReDoS vulnerability backport a0203db Fix ReDoS vulnerability...

wontfix
dependencies

**Describe the bug** If the prop `fixedDecimalLength` is set, when `onBlur` is triggered, numbers such as `200` will change to `2.00` `123` » `1.23` `350` » `3.50` etc **To Reproduce**...

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: [email protected] npm ERR! Found: [email protected] npm ERR! node_modules/react npm ERR! react@"^18.0.0" from...

Bumps [terser](https://github.com/terser/terser) from 5.7.1 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

**Describe the bug** `fr-CA` is Canadian French and when used as the locale for the `intlConfig` prop, it should use a comma to separate the dollar and cents. Also the...

**Describe the bug** When I click into the input for the first time and type a decimal point (.) the cursor moves to the left side of the decimal point....

**Describe the bug** Adding a number to suffix "/1x" or /x1 or "1" **To Reproduce** Steps to reproduce the behavior: suffix {"/1x"} **Expected behavior** A clear and concise description of...