You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since Fluent UI only exposed some basic functions such as getAvatar(at:) and setAvatar(at:), it’s difficult to use this component in a setting where avatar changes a lot and we need to keep tracking indices on our end.
Comparing to the same component on Android side, they can simply call setAvatars(list: List<IAvatar>) to update its content. I was wondering if we can adapt this on iOS side as well or maybe simply expose the avatar array so we can modify it directly?
What component or utility would this be added to
AvatarGroup
Have you discussed this feature with our team, and if so, who
Platform
Describe the feature that you would like added
Since Fluent UI only exposed some basic functions such as
getAvatar(at:)
andsetAvatar(at:)
, it’s difficult to use this component in a setting where avatar changes a lot and we need to keep tracking indices on our end.Comparing to the same component on Android side, they can simply call
setAvatars(list: List<IAvatar>)
to update its content. I was wondering if we can adapt this on iOS side as well or maybe simply expose the avatar array so we can modify it directly?What component or utility would this be added to
AvatarGroup
Have you discussed this feature with our team, and if so, who
Sophia
Additional context/screenshots
the proposed suggestions have been implemented on Android side already: https://github.com/microsoft/fluentui-android/blob/master/fluentui_persona/src/main/java/com/microsoft/fluentui/persona/AvatarGroupView.kt
The text was updated successfully, but these errors were encountered: