bhavinpankanis
Results
2
comments of
bhavinpankanis
Hey @pnthach95 thanks for the reply. I will give it a try. Could you also help me with this issue https://github.com/MichaelCereda/react-native-form-generator/issues/128
Same Issue. I am able to get the updated value but its not inserting in formdata. Please provide input My code is as follows: handleChange(event){ var value = event.nativeEvent.text; this.setState({value:value});...