react-dynamic-number icon indicating copy to clipboard operation
react-dynamic-number copied to clipboard

Highly customizable react form component for numbers

Results 11 react-dynamic-number issues
Sort by recently updated
recently updated
newest added

Similar to normal react input. This will set value only once.

enhancement

There was a bug: if you input an illegal character or paste an illegal text the cursor used to move right, whereas the value hadn't had changed. This commit corrects...

There may be a need to know, when user makes a bad input. For example, if you want to highlight the input for a short time.

It would be good to be able to set a minimum and/or maximum value that the user can enter. ``

Currently it seems that this module has support for english numerals only. Can it be further enhanced to allow input of unicode numerals as well?

Can you added features for this package for support when user blur, focus, keypress in textfield?

Let's say I have 2 input fields. Both of them have `fraction={1}`. When I input in first field `2.35`, in visual it is `2.3` and that's what I want. But...

Countries in Asia (Vietnam for example) use this format for currency: 10.000.000 but doing so gives the following error: 'Failed prop type: thousand have to be bool value or space...

I'm trying to focus on DynamicNumber, but it throws error as cannot read focus of null. I'm targeting from onChange of another component. Simple example of what I have done:...

``` Failed to build DependencyGraph: @providesModule naming collision: Duplicate module name: ViewportMetrics Paths: /node_modules/react-dynamic-number/node_modules/react/lib/ViewportMetrics.js collides with /node_modules/react/lib/ViewportMetrics.js This error is caused by a @providesModule declaration with the same name accross...