-
Notifications
You must be signed in to change notification settings - Fork 85
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
refactor!: move avatar-group list-box to light DOM #3905
Conversation
8d0058a
to
d5404e5
Compare
Kudos, SonarCloud Quality Gate passed!
|
d5404e5
to
c071c50
Compare
Kudos, SonarCloud Quality Gate passed!
|
<template> | ||
</template> | ||
<vaadin-list-box role="list"> | ||
</vaadin-list-box> |
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.
nit: How about we add one more test specifically for the overflowing case?
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.
Good point, we can add it later in a separate PR.
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 did some basic manual testing and it seems to work well. Looks good to me.
This ticket/PR has been released with Vaadin 24.0.0. |
Description
Same as #3904 but for
vaadin-avatar-group
overlay content (list-box and items).Before
After
Type of change