issues
search
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
Bug: placeholder shows when value = 0
#103
Open
taeh98
opened
1 year ago
taeh98
commented
1 year ago
When the value passed to a spinner is 0, the value it shows should be 0
When the value passed to a spinner is 0 and a placeholder is used, the value the spinner shows is actually the placeholder
Demo Expo Snack:
https://snack.expo.dev/T6YbLisCy
Demo Expo Snack: https://snack.expo.dev/T6YbLisCy