https://www.patternfly.org/components/menus/menu#titled-groups-of-items
Note that there is an empty <h1> and it's taking up space in the menu layout.
Seems like in that case we shouldn't render the heading element, but if it is a group of some sort and you don't want a visible label, you can pass aria-label to the <MenuList /> (or <SelectList /> or whatever).
https://www.patternfly.org/components/menus/menu#titled-groups-of-items
Note that there is an empty
<h1>and it's taking up space in the menu layout.Seems like in that case we shouldn't render the heading element, but if it is a group of some sort and you don't want a visible label, you can pass
aria-labelto the<MenuList />(or<SelectList />or whatever).