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** this is my code ` { if (par.propertyToCall == undefined) { return } if (values != undefined) { const numberValue = parseFloat(values.float + ""); // console.log(event.target.value) modifyElementByYear(element.anio,...

**Describe the bug** The currency input component is not formatting the value as expected when use locale "es" or "es-ES". **Expected behavior** The currency input should display the value in...

Stale

Bumps [ws](https://github.com/websockets/ws) from 8.14.2 to 8.17.1. Release notes Sourced from ws's releases. 8.17.1 Bug fixes Fixed a DoS vulnerability (#2231). A request with a number of headers exceeding the[server.maxHeadersCount][] threshold...

dependencies

If I use this options: { locale: "de-DE", currency: "EUR" } for intlConfig then I get in value result + 000 doesn't matter what type I use number or string....

**Describe the bug** Paste into input string like http://localhost:8086/ **To Reproduce** Steps to reproduce the behavior: 1. Paste into input string like http://localhost:8086/ 2. Input value can change to 8086...

By default, the field format displays negative currency as -$5. For our project, we require the format to be $-5. I propose adding a flag called minusAfterPrefix to control the...

**Describe the bug** The CurrencyInput component doesn't properly format the string when you set the locale to a language in which the group separator is a " " (space), such...

**Describe the bug** When total length of integer part and the decimal part is greater than `maxLength`, Backspace key doesn't work **To Reproduce** Steps to reproduce the behavior: 1. Set...

Stale

In Poland we use "," for decimal separator. However, I want to let user type "." as well to start typical decimal numbers while still displayed as ",". Is it...

Currencies only allow for one digit: BDT - Taka BHD - Bahraini Dinar EGP - Egyptian Pound JOD - Jordanian Dinar KWD - Kuwaiti Dinar LBP - Lebanese Pound OMR...