react-native-credit-card-input icon indicating copy to clipboard operation
react-native-credit-card-input copied to clipboard

How can i add a submit button and send all the form values?

Open ryan2412 opened this issue 3 years ago • 1 comments

`_onChange = (formData) => console.log(JSON.stringify(formData, null, ' '))

`

Console gives `undefined```

ryan2412 avatar Mar 10 '21 14:03 ryan2412

For me, I added setState to formdata on _onChange so that I can receive all the data upon completion

NickM101 avatar Sep 04 '21 12:09 NickM101