Replies: 2 comments
-
please open an issue with reproduction on https://github.com/algolia/autocomplete.js |
Beta Was this translation helpful? Give feedback.
0 replies
-
im using the instantsearch autocomplete, this is my code and why doesnt these properties work:- const autocomplete = connectAutocomplete(({ indices, refine, widgetParams }, isFirstRendering) => {
|
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
-
I'm using autocomplete and I want to be able to:-
Select an item from suggestions and do something. Im Ok with this.
I want to be able to take the user somewhere else If the user types in a search string and just presses the enter key and ignores the suggestions.
The problem I have is that it forces the user to select the first suggestion even though I might not like it and just want to press enter and take the user somewhere else.
How do I get the autocomplete to stop forcing me to select the first suggested item.
Beta Was this translation helpful? Give feedback.
All reactions