Can we pass a callback to handleSubmit()? #1332
Unanswered
Nilesh9768
asked this question in
Need help
Replies: 1 comment
-
Hello,
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi Team,
I have a use case where I want to call a function after handleSubmit is completely executed.
I tried
handleSubmit(callbackFunction)
, but it doesn't work, evenawait handleSubmit()
doesn't work.How can we achieve this?
Thank you!
Beta Was this translation helpful? Give feedback.
All reactions