Replies: 1 comment 2 replies
-
Hey @ArcoMul, I'm assuming you're using I'm not entirely sure what your experience looks like (where the query comes from when you're hitting your external submit button? Why hasn't the form been submitted yet?) but you have access to state update functions on your Feel free to provide a minimal reproduction using this sandbox to make it easier to visualize your expected experience. |
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 have a search confirmation button next to my autocomplete input. This buttons should submit the form / confirm the search when being pressed. I tried to do
form.submit()
on.aa-Form
, but that doesn't seem to work. Is there an API method I can use?My main goal is that the visitor is directed to the right search result page, and that autocomplete-js
onSubmit
is being called with the proper tracking.Beta Was this translation helpful? Give feedback.
All reactions