Replies: 1 comment 2 replies
-
Hey @Ekeu, sorry for the long delay. I explain how to solve (1) in #611, and (2) and (3) get solved by adding I implemented the fixes in this sandbox. Let us know how it goes! |
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
-
Hello Algolia
I’m a junior developer and for the past few days I’ve been following the article Replicating the Algolia documentation search with Autocomplete you guys published on your blog.
The only difference between my implementation and the one in the article is that I used React.
I implemented mine using the article and the docs Using Autocomplete with React | Algolia Documentation 1
I’m actually facing 3 main issues which I saw wasn’t present in the final project on Codesandbox (@algolia/autocomplete-example-preview-panel-in-modal - CodeSandbox)
The issues I’m facing are:
1- When I write something in my input and click on the suggestions, the whole modal disappears
2 - When I write something in my input and click on the X button like to clear out the input the whole modal disappears
3 - When I write something in the input and then clear out everything using keyboard backspace, the right insight part (where we have the image, price and description) still stays.
In my code I juste make use of 2 main custom components which are:
AlgoliaAutocomplete
Search
Pretty sure I missed something out and I’ll be really greteful if you guys can help me out.
You can find the codesandbox I sent to the technical suppport here. Sorry for the css 😅
Thanks and have a nice day!
Beta Was this translation helpful? Give feedback.
All reactions