[✨] Make Popover work without using a div #961
Labels
COMMUNITY: PR is welcomed
We think it's a good feature to have but would love for the community to help with the PR for it
TYPE: enhancement
New feature or request
Is your feature request related to a problem?
The issue is when using a Popover for a Context Menu in a table, the Popover.Root element wraps the contents in a div. Essentially making it unusable for tables. Maybe my examples below can help clarify the issue
Example
Example (Rendered)
Describe the solution you'd like
Dream Scenario (Rendered)
Describe alternatives you've considered
Maybe use a Polymorphic components like described in the Qwik Documentation here, or maybe one could use a fragment (I assume this is not done cause of some dom requirements stuff)
Additional context
No response
The text was updated successfully, but these errors were encountered: