Description
Is this a regression?
- Yes, this behavior used to work in the previous version
The previous version in which this bug was not present was
unknown
Description
We have a problem with the angular 15 select component, crashing the current chrome browser (124) at least on macos (intel and arm64 build) and also happens on current edge, but not on safari. In our component wrapper this only happens with multi select values, but on the official demo page the normal component also crashes the browser. The browser crashes as soon as you want to select on option and click to open the list
Reproduction
Go to the official angular15 docs at https://v15.material.angular.io/components/select/overview
click on any list that is not using native with a current chrome browser or edge
see directly the "Aw snap" page
Expected Behavior
show selection list when clicking in the list drop down
Actual Behavior
browser crash "Aw snap"
Environment
- Angular: latest 15
- CDK/Material: latest 15 (legacy and mdc)
- Browser(s): Chrome 124, Edge 124
- Operating System (e.g. Windows, macOS, Ubuntu): MacOS
Hint: Demo pages for Angular 16 and 17 work, only 15 crashes