Replies: 1 comment 2 replies
-
I'm not sure if it fully covers the use case you're looking for, but |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm wrapping Algolia React component (in detached mode) in a
react-hook-form
. When users hit the Cancel button I want to call react-hook-form's onBlur() function to trigger the form validation logic. I don't seeonCancel()
available as a call back. Is there a workaround? Thanks for you help.Beta Was this translation helpful? Give feedback.
All reactions