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

a stylish numeric input for react native

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

Hello everyone, I want to say thanks for all of the positive responses for this project and for all of the users and contributors! As you might have noticed, I'm...

help wanted

**Bug when setting min and max value** If you set the property minValue to a minimum value and type a value below the minimum value using the cell phone keypad...

Basically what the title says. I have this component wrapped in a parent `View` container. From the docs, it seems like the `totalWidth` and `totalHeight` only accept integer values. Is...

Here is the code of my app. When clicking the plus and minus values the ControlValueChange function of my component not getting called? Spent two hours to find the issue...

Separate value displayed in thousands eg. 10,000, 100,000, 1,000,000 10,000,000, 100,000,000

Hello, Is there a way i can align input left as normal text input ? Thanks

**Describe the bug** I set minValue to 0.01 and when a try to type '0.01' the component sets the value to '0' after I enter the zero after the point...

When running it on simulator getting error Please update the following components: NumericInput

Found a way to change values quicker with a long press of the increase or decrease buttons.

**Is your feature request related to a problem? Please describe.** It seems a little heavy and unecessary to require react-native-vector-icons. The basic number input functionality could easily be implemented without...