You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm not sure if this is a chakra-ui-autocomplete, downshift, or documentation issue, but it seems that the listStyleProps must use absolute position and a positive zIndex otherwise the open menu will push down other page content or render behind which seems unexpected for an element which is supposed to appear over other content.
I'm not sure if this is a chakra-ui-autocomplete, downshift, or documentation issue, but it seems that the
listStyleProps
must use absolute position and a positive zIndex otherwise the open menu will push down other page content or render behind which seems unexpected for an element which is supposed to appear over other content.I was able to work around the issue by
This issue can be seen by editing example at https://codesandbox.io/s/chakra-ui-autocomplete-example1-8uxbs and placing a
<Box>
below the<CUIAutoComplete>
and opening the menu.The text was updated successfully, but these errors were encountered: