Skip to content

Conversation

@CatalinB7
Copy link
Collaborator

@CatalinB7 CatalinB7 commented Apr 26, 2023

🍒 Cherry pick of this PR with some modifications in order to work on @angular/material@13.2.1

@CatalinB7 CatalinB7 self-assigned this Apr 26, 2023
@CatalinB7 CatalinB7 force-pushed the fix/announce_dropdown_state branch 2 times, most recently from ba028ec to 1bcdeb0 Compare April 26, 2023 12:23
@CatalinB7 CatalinB7 changed the title Fix/announce dropdown state 🚧 Fix/announce dropdown state May 2, 2023
@CatalinB7 CatalinB7 force-pushed the fix/announce_dropdown_state branch from 81fd1b6 to 089c66f Compare May 2, 2023 18:48
@CatalinB7 CatalinB7 changed the title 🚧 Fix/announce dropdown state Fix/announce dropdown state May 2, 2023
@anbalase anbalase requested review from a team, alexdudescu and caleniuc and removed request for a team May 3, 2023 07:06
this.menuOpened.pipe(
takeUntil(this._destroyed$),
).subscribe(() => {
this.nativeElement.setAttribute('aria-expanded', 'false');
Copy link
Collaborator

Choose a reason for hiding this comment

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

Check if we can remove this, since we already call it in ngAfterViewInit

Copy link
Collaborator Author

Choose a reason for hiding this comment

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

ty, it was only for testing, should have removed it

@CatalinB7 CatalinB7 force-pushed the fix/announce_dropdown_state branch from 089c66f to ec39c5b Compare May 3, 2023 16:35
@CatalinB7 CatalinB7 merged commit 98d25a1 into support/v13.7 May 4, 2023
@CatalinB7 CatalinB7 deleted the fix/announce_dropdown_state branch May 4, 2023 06:14
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.

2 participants