-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
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
[AvatarGroup] Clickable "ellipsis" #27677
Comments
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 |
okay here is example https://codesandbox.io/s/material-demo-forked-wyoby?file=/demo.js unable click on last item |
Thanks for the report. That is expected behavior since you render more Avatars than are displayed by default. The clickable Avatars are not considered to be clickable. Though a clickable elipsis might make sense (e.g. to expand or display other information). |
okay now client says I want to open a popup on clicking last ellipses and show all the ellipses into popup |
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. |
Unable to click last item on Avatar Group
how do I solve this problem ?
The text was updated successfully, but these errors were encountered: