ShaneK · GitHub

Conversation

@ShaneK

@ShaneK

@vercel

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
ionic-framework Ready Ready Preview Comment Nov 3, 2025 9:54pm

@vercel

…6730

@vercel

thetaPC

const firstAccordion = accordionGroup.querySelector('ion-accordion[value="first"]')!;

expect(firstAccordion.classList.contains('accordion-expanded')).toEqual(true);
expect(firstAccordion.classList.contains('accordion-expanding')).toEqual(false);

thetaPC

@vercel

@ShaneK

@vercel

…next animation

@vercel

brandyscarney

…kip state and allow animations on first interaction

@vercel

@vercel

… forceUpdate to try to prevent race conditions

@vercel

@vercel

@ShaneK

@vercel

@ShaneK

@vercel

@ShaneK

@vercel

@ShaneK

@vercel

@ShaneK

@vercel

…er than render

@ShaneK

@vercel

brandyscarney

export class Accordion implements ComponentInterface {
private accordionGroupEl?: HTMLIonAccordionGroupElement | null;
private updateListener = () => this.updateState(false);
private updateListener = () => {
…6730
…weren't really doing anything

@vercel

@ShaneK

@ShaneK

brandyscarney

const value = this.value;
const shouldExpand = Array.isArray(groupValue) ? groupValue.includes(value) : groupValue === value;
const value = accordionGroup.value;
const accordionValue = this.value;

Read the original on github.com ↗