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

Input value not being displayed correctly #15

Closed sdattatri closed 4 years ago

sdattatri commented 4 years ago

Hi, I have taken the latest version and now there is a slightly different problem. If I press the "-" it shows the maximum range value and then switches back and forth between that and the previous step value.

marcocesarato commented 4 years ago

What's your lib version? This should be fixed on 1.3.1

sdattatri commented 4 years ago

I had version 1.3.0. Now I have updated it, it seems to work fine. Thanks.