marcocesarato / react-native-input-spinner

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.
https://marcocesarato.github.io/react-native-input-spinner/
GNU General Public License v3.0
419 stars 34 forks source link

Issue with Negative Number input #69

Open neon84 opened 2 years ago

neon84 commented 2 years ago

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 3..2..1..-10 instead of 3..2..1..0..-1..-2

denisvely commented 2 years ago

any updates?