panelContainer issue
GilbertHG opened this issue · 2 comments
GilbertHG commented
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
Environment
- OS: MacOS 12.5.1
- Browser: Chrome
- Autocomplete version: 1.7.3
sarahdayan commented
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.
Closing this as there's no working reproduction for now, but feel free to reopen if needed.
GilbertHG commented
The case closed, thanks