[Bug]: Menu.Items not forwarding ref
See original GitHub issueWhat package within Headless UI are you using?
What version of that package are you using?
1.4.1
What browser are you using?
Chrome
Reproduction repository
https://codesandbox.io/s/little-fog-bygcn
Describe your issue
As demonstrated in the codesandbox above, the ref
prop is not being forwarded to the container element in Menu.Items
.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:4
- Comments:7
Top Results From Across the Web
React - sending down ref as a prop not working - Stack Overflow
Your example shows the same bug as mine. The menu list is opening below the first button and not the last one as...
Read more >PySimpleGUI
PySimpleGUI User's Manual. Python GUI For Humans - Transforms tkinter, Qt, Remi, WxPython into portable people-friendly Pythonic interfaces. The Call Reference ...
Read more >Troubleshoot—ArcGIS Online Help | Documentation
Listed below are issues you may encounter when working with the website and some recommended solutions.
Read more >Action for top-level dropdown menu item not activated
Under vanilla GNOME, this works fine today. Under Unity, the toplevel menu action is not fired when the user clicks on the item....
Read more >Bash Reference Manual - GNU.org
The following menu breaks the features up into categories, noting which ... If -T is not set, and the sourced file changes the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Are refs forwarded to any of the components? Running into the with
Tabs
as well.Same with
Tab.List
component