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
When you render a breadcrumb that has less than max-visible-items breadcrumb items, and then adds more items, the breadcrumb should stop showing new breadcrumb items when it goes over max-visible-items.
Actual behavior
When you render a breadcrumb that has less than max-visible-items breadcrumb items, and then adds more items, all new breadcrumb items continue to be shown even if there are more than max-visible-items.
Code of conduct
Impacted component(s)
sp-breadcrumbs
Expected behavior
When you render a breadcrumb that has less than
max-visible-items
breadcrumb items, and then adds more items, the breadcrumb should stop showing new breadcrumb items when it goes overmax-visible-items
.Actual behavior
When you render a breadcrumb that has less than
max-visible-items
breadcrumb items, and then adds more items, all new breadcrumb items continue to be shown even if there are more thanmax-visible-items
.Screenshots
What browsers are you seeing the problem in?
Chrome
How can we reproduce this issue?
Sample code or abstract reproduction which illustrates the problem
https://studio.webcomponents.dev/edit/3J5UCfXUj2WIngjxPlYI/src/index.ts?p=stories
Severity
SEV 4
Logs taken while reproducing problem
No response
The text was updated successfully, but these errors were encountered: