Skip to content

feat(GlAccordionItem): expose visible state as v-model

Paul Gascou-Vaillancourt requested to merge accordion-item-model into main

What does this MR do?

This exposes GlAccordionItem's visible state as a v-model so that parent component can bind the property and react to visibility changes.

We'll be leveraging this as part of gitlab#241555 (closed) where we're migrating a simple GlCollapse to a GlAccordion, but we need a way to do something when the content is expanded (in this case, display comment pins in the design).

Edited by Paul Gascou-Vaillancourt

Merge request reports