Adds a classname to the facet container when expanded so we can apply styles.
Adds a prop preserveItems to the facet manifest that instructs the base and filterable facets to not remove the items from the DOM when collapsed. This is so that the accordion height can be animated with css.
What are the relevant tickets?
Relates to https://github.com/mitodl/hq/issues/4668
Description (What does it do?)
Adds a classname to the facet container when expanded so we can apply styles.
Adds a prop
preserveItems
to the facet manifest that instructs the base and filterable facets to not remove the items from the DOM when collapsed. This is so that the accordion height can be animated with css.How can this be tested?
No functional change.
Additional Context