Skip to content

refactor(accordion): use @angular/aria primitives - #2602

Open
chintankavathia wants to merge 1 commit into
mainfrom
refactor/accordion/aria-1
Open

refactor(accordion): use @angular/aria primitives#2602
chintankavathia wants to merge 1 commit into
mainfrom
refactor/accordion/aria-1

Conversation

@chintankavathia

@chintankavathia chintankavathia commented Aug 24, 2026

Copy link
Copy Markdown
Member

@chintankavathia
chintankavathia marked this pull request as ready for review August 24, 2026 08:39
@chintankavathia
chintankavathia requested review from a team as code owners August 24, 2026 08:40

@spike-rabbit spike-rabbit left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think we add a real value here by using angular/aria. It is even more code than before and it did not reduce any complexity.

@chintankavathia

Copy link
Copy Markdown
Member Author

I don't think we add a real value here by using angular/aria. It is even more code than before and it did not reduce any complexity.

It does remove all the manual aria bindings + manual keydown event + manual disable checks.
code line increased because of the aria specific imports and eslint kicking in one named import per line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Refactor si-accordion to use @angular/aria/accordion

2 participants