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

An extensible input number spinner component for react-native highly customizable. This component enhance a text input for entering numeric values, with increase and decrease buttons.

Results 22 react-native-input-spinner issues
Sort by recently updated
recently updated
newest added

How we can control the texinput value to do some math calaculation depending on the value not on clicking button.

How can i increase/decrease button and create some math logic and show the result in textinput read only?

If more than 1 decimal place is set for numbers, it is problem to write numbers with zero after the separator (Doesn't matter if the comma or dot is used)....

After setting the min value to a negative number, While using the spinner's button, decrementing to a negative number jumps to the minimum after 1. Eg. After setting min={-10} Does...

While trying to install the package, after having installed some dependencies, I keep getting this error, complete erro log: [2022-05-29T15_59_07_901Z-debug.log](https://github.com/marcocesarato/react-native-input-spinner/files/8793701/2022-05-29T15_59_07_901Z-debug.log) I'm using react app rewired

I have a few spinners that I initialise as undefined instead of a defined numeric value, since I don't want them to be defined by default. Some of them have...

bug

We have talked a little previously about how after you erase a value in a spinner (with the keyboard), after a certain amount of time the value is restored. I...

enhancement

I apply the clean skin but thinking to remove the input shadow, using the shadow={false} doesn't work

decimalSeparator prop is undocumented

documentation

At the moment, when the user first presses the button to increment a spinner, it starts incrementing from the min value in the defined steps. Please could you add a...

enhancement