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
When I place a Base UI Combobox/Autocomplete inside a Radix Dialog, the dropdown visually appears in front of the dialog but I cannot select any items, clicks do not reach the list. The same behavior is reported in the Base UI issue thread.
Is this an intentional behavior from Radix overlays (for example, related to an overlay element, pointer-event handling, or stacking-context management)? If so, what is the recommended approach to avoid blocking interaction with other portals (e.g. Combobox lists) rendered outside the dialog?
If this is not intentional, could Radix change the overlay/pointer handling (or provide a config) so dialogs/overlays don’t prevent interaction with dropdowns rendered by other libraries inside them?