kmcfaul
kmcfaul
**What**: Closes #7547 Should now make keyboard focus the editable label after finishing an edit. Also fixes some minor focus issues with the add label modal demo.
**What**: Closes #6050 Popover and Tooltip work as usual, however there is currently an issue with using the Popper directly (shown in the composable menu demos) where the state/position isn't...
Current the DashboardWrapper / DashboardHeader / etc reused by full page demos do not import to codesandbox correctly. We should either update the codesandbox export template to include these files...
Some issues from #7515: - When editing a label and hitting enter to confirm the edit, focus isn't shown immediately. - When using keyboard to navigate the editable label group...
**What**: Draft for https://github.com/patternfly/patternfly-org/issues/2935 First pass for how an updated demo page with templated content may function. Adds a generic blurb at the top of the demo page, and boilerplate...
When going between the breadcrumb and menu sections while a menu is drilled in, multiple keypresses of Shift+Tab are required to navigate back to the breadcrumbs. What I think might...
**What**: Closes #7779 Adds the `Icon` component, examples and some unit tests.
**What**: Closes #7965 Adds remaining filter demos (attribute search, same select filter group, mixed select filter group, faceted filter). Updates all filter demos to have the following: - Bulk select...
**What**: Closes #7977 Updates DualListSelector to internally build a SearchInput. Adds `type` prop to SearchInput to match DualListSelector's initial input type.
Whether the drilldown aspect of menu could live in another wrapper or component, instead of inside Menu/MenuItem itself. I'm worried eventually as we add more features to Menu it will...