Jessica Rosenquist
Jessica Rosenquist
Create a new MultiSelect component the supports the default version design. Related to https://github.com/grommet/hpe-design-system/issues/2746 ## Deliverables - [ ] draft pull request, ready for feedback Update 8/5: This week I...
#### What does this PR do? A version of the multi select where the options are visible and can be interacted with at the input level (don't need to open...
#### What does this PR do? A prototype to test the v4 default designs (Option 1 and Option 2) #### Where should the reviewer start? #### What testing has been...
#### What does this PR do? Fixes an issue where Tip continued to display when a button was hovered over and then became disabled. I also removed extra imports from...
### Expected Behavior People using windows in high contrast mode should be able to see what item has focus. ### Actual Behavior We are using box-shadow as our focus indicator....
Recently the addon-a11y tool was added to storybook which has flagged a number of accessibility violations. To see the violations go to [storybook](https://storybook.grommet.io/?path=/story/all--all) and below each story click the accessibility...
### Expected Behavior When navigating through the video controls with the keyboard the focus indicator should be visible. ### Actual Behavior The focus indicator is not visible ### URL, screen...
### Expected Behavior If a drop is inline when you tab beyond the drop the focus should move to the next element ### Actual Behavior The focus is not moving...
It would be nice if grommet icons supported the following: 1. setting a weight on the icon 2. having a boolean prop that controlled if the icon svg displays as...
The `message` prop for notification only allows a string to be passed. It would be nice to enhance this to allow passing a node. This would enable more customization (for...