Regarding list-detail scenes, a customer recently ...
# compose
m
Regarding list-detail scenes, a customer recently suggested it would be useful to indicate in the list which item is being shown on the right pane (detail). Is there a design guideline regarding this (material 3). Also how would that be implemented in nav3?
c
Remember the selected item ID and give it a „focused“ state. https://m3.material.io/components/lists/specs
💯 1
m
Thanks. Though I guess you need to be careful to clear it right? Wouldn’t it be better to have the focused state based on the item above it in the backstack?