Skip to content

fix(avatars-inline): Fix collapsible behavior

Enrique Alcántara requested to merge fix-avatars-inline-max-visible into master

When the maxVisible property, which controls the number of visible avatars when <avatars-inline> is collapsed, is greater or equal than the number of avatars to display, do not collapse the <avatars-inline> property.

Merge request reports