Open
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
No response
Description
MatChipListbox hideSingleSelectionIndicator is not hiding the single selection indicator when a MatChipOption has a MatChipAvatar child
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-rcxta6?file=src%2Fapp%2Fexample-component.html
Steps to reproduce:
- Have a MatChipListbox with a MatChipOption where the MatChipOption has as MatChipAvatar
- Set hideSingleSelectionIndicator="true" on the MatChipListbox
- Click the option from (1)
- The selection indicator will be there
Expected Behavior
The single selection indicator should not appear
Actual Behavior
The single selection indicator does appear
Environment
- Angular: Latest
- CDK/Material: Latest
- Browser(s): All
- Operating System (e.g. Windows, macOS, Ubuntu): All