[List/List Item] Refactor so parent List inherits displayMode value #10949
Labels
4 - verified
Issues that have been released and confirmed resolved.
calcite-components
Issues specific to the @esri/calcite-components package.
estimate - 3
A day or two of work, likely requires updates to tests.
p - medium
Issue is non core or affecting less that 60% of people using the library
refactor
Issues tied to code that needs to be significantly reworked.
Milestone
Description
Currently the
list
andlist-item
components can both be set to differingdisplayMode
values of"flat"
or"nested"
. Instead, we should refactor the components, similar to thescale
property across the design system and instead have the parent element provide its descendants with the same value for consistency.cc @driskull @jcfranco
Proposed Advantages
scale
use across the design systemWhich Component
list
list-item
Relevant Info
Calcite package
The text was updated successfully, but these errors were encountered: