react-native-numeric-input
react-native-numeric-input copied to clipboard
Editable props is only disabled the TextInput, But it should disabled the Button as well.
Enviorment (please complete the following information):
- Version: [1.3.8]
- React Native version: [eg. 0.59.5]
- Device: [e.g. iPhone XR] (mention if using emulator)
- Device OS: [e.g. iOS12.4.1]
For now you can simply pass disabled={!editable} to the buttons.
I'll add a prop for this as soon as I get a chance. thank you for opening this issue
Hello, This issue is still not resolved in the latest version.