Open egorwow70 opened 2 months ago
@khotcholava @droshev
As for point c) I found the way how to customize overflow popover inside fd-avatar-group, but have a question, is it possible to close this popover? We need to display a cross icon inside the popover, that closes it
@droshev
Please refer to point A. I've made the necessary adjustments, but when I click outside the popover, the focus on the selected popover disappears. Should it disappear, or should it remain on the selected avatar group?
FYI: Point C is a new feature as well as D,E,F points.
@khotcholava where can i see your PR? What about point B? Can you elaborate more your comment about point A?
@egorwow70 regarding point C you can use AvatarGroupOverflowBodyDirective
and pass any template you want. Example
@khotcholava I guess you can open PR for the others: point A and B are bugs and should be fixes. C should be doable. D is a BUG. For E and F we should offer that through the API. Can you also create some examples?
Is this a bug, enhancement, or feature request?
Couple of bugs connected to fd-avatar-group component from fundamental-ngx/core library.
Control - https://docs-0-49--fundamental-ngx.netlify.app/#/core/avatar-group.
Describe your proposal.
I think it should be fixed on the library side.
Can you handle that on the application side
No.
Which versions of Angular and Fundamental Library for Angular are affected? Please, specify the exact version. (If this is a feature request, use current version.)
If this is a bug, please provide steps for reproducing it; the exact components you are using;
a) Bug with focus:
b) Bug with switching tabs and avatar group control rendering:
c) Not a bug, but a feature request
Is it possible to hide a standard avatar group item details popover header? But then we need access to navigate between group and item views
I found the way how to custom the body of the popover with <ng-template #details>, but didn't find the way how to hide this header
d) Not a bug, but a feature request Is it possible to open group popover from the center of the avatar group?
Like this:
e) Not a bug, but a feature request
Is it possible to make +n button in circle shape, because avatars are mostly used with circle type? Maybe via configuration prop is the best choice for it
design:
f) Not a bug, but a feature request
Is it possible to have a property to set the number of visible circles? we have a strict requirement to display 5 avatars and after +n button
design:
Please provide stackblitz example(s).
Link - https://stackblitz.com/edit/uy2qbh?file=src%2Fapp%2Fdynamic-page-tabs-example.component.html.
Did you check the documentation and the API?
Yes.
Did you search for similar issues?
Yes.