FaridSafi / react-native-gifted-form

📝 « One React-Native form component to rule them all »
MIT License
1.44k stars 214 forks source link

Field values are changing on focus #50

Closed carlinisaacson closed 8 years ago

carlinisaacson commented 8 years ago

When I fill the form and then tap on a pre-filled out field. The field will clear and place a random character in the field. I tried the example app and was experiencing the same issue.

carlinisaacson commented 8 years ago

Closing. Realized I wasn't passing the currentText argument into onTextInputFocus. Once I started using that the issue went away.