react-currency-input
react-currency-input copied to clipboard
React component for inputing currency amounts
1. add a field with a suffix 2. focus it and type away. All good. 3. go to the next field or whatnot 4. get back to it, click the...
We're a facing a problem when the component is mounting and it triggers autofocus, on file `lib/index.js:210` ```javascript var selectionEnd = this.theInput.value.length - this.props.suffix.length; ``` It's causing the following error:...
There's a bug in this lib when running on iOS 9 with Safari where if you have `0.03` in the input, pressing `0` with the cursor at the end doesn't...
I badly need the Safari focus fixes, could you please deploy the latest commits in `master` to npm? Thanks!
I've stumbled upon a case in which the `mask` function is useful by itself. What I needed was to generate a plain text output of a currency, but formatted exactly...
I think when #77 was merged the build script was not executed. I did executed the build script to get the fix did on #77
`` is using incorrect casing. Use PascalCase for React components, or lowercase for HTML elements.
try to install it and use it in react native but it give me this error `Error: Unable to resolve module 'react-dom' `
When testing my app on (real) mobile phones I noticed the cursor jumps somewhere in the beginning of the string when there are few digits to be formatted. I saw...