| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
PatternFly-React preview: https://patternfly-react-pr-3455.surge.sh |
Sorry, something went wrong.
Codecov Report
@@ Coverage Diff @@
## master #3455 +/- ##
==========================================
- Coverage 67.09% 67.09% -0.01%
==========================================
Files 903 903
Lines 25471 25481 +10
Branches 2251 2254 +3
==========================================
+ Hits 17091 17097 +6
Misses 7342 7342
- Partials 1038 1042 +4
Continue to review full report at Codecov.
|
Sorry, something went wrong.
| className = '', | ||
| isClosable = false, | ||
| onClick = (_e: React.MouseEvent) => undefined as any, | ||
| closeBtnAriaLabel = 'close chip group', |
There was a problem hiding this comment.
Not sure how important this is, but we typically sentence case things.
| closeBtnAriaLabel = 'close chip group', | |
| closeBtnAriaLabel = 'Close chip group', |
Sorry, something went wrong.
There was a problem hiding this comment.
@nicolethoen LGTM after update to sentence case 👍
Sorry, something went wrong.
There was a problem hiding this comment.
lgtm, thanks @nicolethoen!!
Sorry, something went wrong.
There was a problem hiding this comment.
I tested it for keyboard accessibility and in voice over, and it looks good in both. Great job, Nicole! :) LGTM!
Sorry, something went wrong.
| <ChipGroup withToolbar> | ||
| {chipGroups.map(currentGroup => ( | ||
| <ChipGroupToolbarItem | ||
| key={currentGroup.category} |
There was a problem hiding this comment.
I would also add the closeBtnAriaLabel prop to the demo here.
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
|
Your changes have been released in:
Thanks for your contribution! 🎉 |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
addresses #2867