Updated the docs to be simpler. Please avoid using the Portal
component for select when within a dialog.
-
I have been using Chakra UI To make my interface and I need to place a select component (A dropdown) inside a dialog component (A Modal). However, because of portal in chakra ui, the contents of the dropdown (The values which the dropdown contains) are being rendered behind the dialog and i cannot use the dropdown. I followed the steps from this document but it is not working. Below is a snippet of my component. Does anyone know how i can fix this ?
|
Beta Was this translation helpful? Give feedback.
-
Updated the docs to be simpler. Please avoid using the |
Beta Was this translation helpful? Give feedback.
Updated the docs to be simpler. Please avoid using the
Portal
component for select when within a dialog.