algolia/autocomplete

panelContainer issue

GilbertHG opened this issue · 2 comments

Description

When override the suggestion box container with the panel container, items was rendered to the dom but not displays in the user interface

Reproduction

this is the settings of the autocomplete

image

Preview →

Environment

  • OS: MacOS 12.5.1
  • Browser: Chrome
  • Autocomplete version: 1.7.3

Hey @GilbertHG, is the preview up to date? From what I can see in your app.tsx you're not specifying panelContainer.

Here's an example of specifying the panelContainer. The element is in the index.html file and specified as an option of autocomplete. As you can see in the following screenshot, the panel is properly injected inside of the element.

Capture d’écran 2022-11-14 à 13 07 46

Closing this as there's no working reproduction for now, but feel free to reopen if needed.

The case closed, thanks