Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Chrome crashes when using DropdownList Component #1154

Open
iambriansreed opened this issue Apr 23, 2024 · 4 comments
Open

Chrome crashes when using DropdownList Component #1154

iambriansreed opened this issue Apr 23, 2024 · 4 comments

Comments

@iambriansreed
Copy link

https://issues.chromium.org/issues/335553723

@ynaut
Copy link

ynaut commented Apr 24, 2024

could it be a similar issue to angular/components#28905 ?

@josalmi-sc
Copy link

We used https://www.npmjs.com/package/patch-package and created a patch that removes all aria-* attributes from the component as a hotfix

@jquense
Copy link
Owner

jquense commented Apr 24, 2024

Presumably Chrome will have this fixed ASAP, would recommend patch package if necessary. I'm not going to cut a release ripping out ARIA properties b/c:

  • it will be made obsolete in a day or too
  • it likely won't fix the issue unless this is the only thing in our app using ARIA properties

@ynaut
Copy link

ynaut commented Apr 25, 2024

@jquense seems like the right call. It's been patched and should be out soon

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

No branches or pull requests

4 participants