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
Set the last breadcrumb item to be active by default
The Desired Behavior
The last breadcrumb item in a list of breadcrumbs should always be the active item. The active input property should no longer be an input property as you can't decide on which breadcrumb should be the active one.
The purpose of the breadcrumb component is to always show the last one as the current page, so the current implementation doesn't fully make sense, allowing a user to decide what is active.
Your Use Case
Prior Work
Environment
Daffodil version: X.Y.Z
Angular version: X.Y.Z
For Tooling issues:
- Node version: XX
- Platform:
Others:
The text was updated successfully, but these errors were encountered:
💡 Feature request
Feature Name
Set the last breadcrumb item to be active by default
The Desired Behavior
The last breadcrumb item in a list of breadcrumbs should always be the active item. The
active
input property should no longer be an input property as you can't decide on which breadcrumb should be the active one.The purpose of the breadcrumb component is to always show the last one as the current page, so the current implementation doesn't fully make sense, allowing a user to decide what is active.
Your Use Case
Prior Work
Environment
The text was updated successfully, but these errors were encountered: