MosesEsan / react-native-basic-form

React Native Basic Form by Moses Esan
3 stars 7 forks source link

Clean field content after submission #6

Closed lucj closed 4 years ago

lucj commented 4 years ago

Hi @MosesEsan, I have a use case when the form should remain on the screen once it's been validated (so it's possible to change the field's value and submit it again). What would you recommend to empty the fields after the form submission ? Can I hook somewhere in the code to make this feature possible ?

lucj commented 4 years ago

Moved to a plain react-native Input element for this special use case.