If isSelectable is false, and the item is tapped in the breadcrumbs UI (either as a top-level item or as an item in a dropdown) the item should not be selected. The context browser and tree already support this. It looks like it may be a bit more complex because breadcrumbs was implemented differently.
Items passed into px-breadcrumbs can have the following key/value
If
isSelectable
is false, and the item is tapped in the breadcrumbs UI (either as a top-level item or as an item in a dropdown) the item should not be selected. The context browser and tree already support this. It looks like it may be a bit more complex because breadcrumbs was implemented differently.