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

Numeric input component for react

Results 63 react-numeric-input issues
Sort by recently updated
recently updated
newest added

Hi, and thanks for your library. Depending on the formatting function passed in (e.g. insertion of commas as a thousands-separator is a common one), the cursor can sometimes end up...

I would really like it if there was some prop or some way to make the numeric input wrap around when going over the max or under the min. such...

Thanks to React's recently introduced concept of `forwardRef`s, a component ref can now be forwarded to an underlying element. That means that calling `myRef.current.focus()` against a NumericInput component could be...

Hi @vlad-ignatov, I found another bug, could you please help to take a look at it? Thanks in advance. Usage: We can input 1.11 rather than 1.01. It seems '0'...

proposal: add default financial formatter and parser. input -7 should be replaced to (7) after enter.

a small fix because windows doesn't know how to execute the file

React is display warnings in strict mode https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html https://reactjs.org/blog/2018/06/07/you-probably-dont-need-derived-state.html

Previously, users not using the "form-control" class on their input would have their "input" style prop being overridden by the "input:not(.form-control)" default styling. For instance, border and border-radius could not...

On this component, when typing 123456789, you get numbers out of order. $ 123,568,974 Looks like the cursor is not moving accordingly after applying a custom format. On this other...