-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
-
Not defined
Context:
Carbon library provides a MenuButton component but it is lacking functionality like:
- attached menu is broken in fullscreen
- its not possible to pass the button label other than string, otherwise error is shown in the console
AT:
Create MenuButton component which allows :
- specifying full screen target element
- to pass separate label for toggle button itself (ReactNode)
- and separate label for underlying Menu component (string)
- create an issue in carbon repository to share these problems we encountered
- feature request to handle separate labels https://github.com/carbon-design-system/carbon/issues/14796
- bug report for invisible menu in full screen https://github.com/carbon-design-system/carbon/issues/14804