You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Faced the same issue. I have a set of controlled filters for my list component which I want to reset on the button click and send a new request. resetFields only erases the state of UI, .submit() does not fire a new request
I'm using form.resetFields() but the previous validation still remains.
How can I reset it?
The text was updated successfully, but these errors were encountered: