-
Notifications
You must be signed in to change notification settings - Fork 375
fix(Chip/Label): update structure to work with core updates #8773
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(Chip/Label): update structure to work with core updates #8773
Conversation
|
Preview: https://patternfly-react-pr-8773.surge.sh A11y report: https://patternfly-react-pr-8773-a11y.surge.sh |
Co-authored-by: Eric Olkowski <70952936+thatblindgeye@users.noreply.github.com>
thatblindgeye
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wouldn't block over an example for customBtn prop. If you decide to add one I'll re-review, though.
wise-king-sullyman
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, one non blocking nit:
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm other than suggestion Austin made.
mcoker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just one thing - looks like the overflow chip is its own thing and needs styles.chipContent around the text, too -
| <span className={css(styles.chipText)}>{children}</span> |
mcoker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
|
Your changes have been released in:
Thanks for your contribution! 🎉 |

What: Closes #8454