Closed mertkahramanturk closed 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.
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.