-
Notifications
You must be signed in to change notification settings - Fork 87
Open
Labels
Description
Describe your motivation
When an avatar group is rendered within a flexbox we don't want a specific width, we just want the avatars to show up until the maxItemsVisible number is reached. I don't think this is possible now as the avatar group takes the width into account it is rendered in and displays the number of avatars according to the space it has.
See also:
- https://stackblitz.com/edit/vaadin-example-fkru7p?file=views/engatta-app.ts
- [AvatarGroup] Avatar group should not have an auto width of 100% #3554
Describe the solution you'd like
See motivation.
Describe alternatives you've considered
I couldn't find a working workaround solution.
Additional context
No response