mui / material-ui

Material UI: Comprehensive React component library that implements Google's Material Design. Free forever.
https://mui.com/material-ui/
MIT License
93.76k stars 32.24k forks source link

[AvatarGroup] Clickable "ellipsis" #27677

Open itsshajad opened 3 years ago

itsshajad commented 3 years ago

Unable to click last item on Avatar Group how do I solve this problem ?

eps1lon commented 3 years ago

It doesn't look like this bug report has enough info for one of us to reproduce it.

Please provide a CodeSandbox (https://material-ui.com/r/issue-template-next), a link to a repository on GitHub, or provide a minimal code example that reproduces the problem.

Here are some tips for providing a minimal example: https://stackoverflow.com/help/mcve

itsshajad commented 3 years ago

okay here is example https://codesandbox.io/s/material-demo-forked-wyoby?file=/demo.js unable click on last item

eps1lon commented 3 years ago

Thanks for the report.

That is expected behavior since you render more Avatars than are displayed by default. The clickable Avatar is currently not displayed

Avatars are not considered to be clickable. Though a clickable elipsis might make sense (e.g. to expand or display other information).

itsshajad commented 3 years ago

okay now client says I want to open a popup on clicking last ellipses and show all the ellipses into popup

NaveenMohanty commented 2 years ago

Hey! @itsshajad I got some solutions for your problem https://codesandbox.io/embed/material-demo-forked-qssq5?fontsize=14&hidenavigation=1&theme=dark check this out.