jquense / react-widgets

Polished, feature rich, accessible form inputs built with React
http://jquense.github.io/react-widgets/
MIT License
2.34k stars 395 forks source link

Chrome crashes when using DropdownList Component #1154

Open iambriansreed opened 4 months ago

iambriansreed commented 4 months ago

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

ynaut commented 4 months ago

could it be a similar issue to https://github.com/angular/components/issues/28905 ?

josalmi-sc commented 4 months ago

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 commented 4 months ago

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:

ynaut commented 4 months ago

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