final-form / react-final-form

🏁 High performance subscription-based form state management for React
https://final-form.org/react
MIT License
7.39k stars 482 forks source link

Form Reset When Modal Close #1008

Closed mertkahramanturk closed 2 years ago

mertkahramanturk commented 2 years ago

Hi there ! I was wondering how i can reset my form when modal close with close icon on my modal? Seems that we don't have access to the reset() function in close icon(). How can i handle that ? Thanks for the work by the way.

mertkahramanturk commented 2 years ago

I was using the same form to edit and create for an object. I solved the problem by assigning a value to the form in the edit and clearing the request value in the componentWillUnmount store when the form was closed.