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

Editable props is only disabled the TextInput, But it should disabled the Button as well.

Open nmohamedtharik opened this issue 5 years ago • 3 comments

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]

nmohamedtharik avatar Sep 24 '19 11:09 nmohamedtharik

For now you can simply pass disabled={!editable} to the buttons.

tyleralbee avatar Oct 29 '19 23:10 tyleralbee

I'll add a prop for this as soon as I get a chance. thank you for opening this issue

himelbrand avatar Nov 18 '19 06:11 himelbrand

Hello, This issue is still not resolved in the latest version.

HausbaPSI avatar Mar 22 '22 17:03 HausbaPSI