You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using a single select, the selected option gets seconary-container backround color with on-secondary-container text color. When using a multiple select the backround color of selected options stays the same (because there already is a checkbox to show selected state), but the text color still changes to on-secondary-container making it potentially hard to read (depending on your theme).
Description
When using a single select, the selected option gets seconary-container backround color with on-secondary-container text color. When using a multiple select the backround color of selected options stays the same (because there already is a checkbox to show selected state), but the text color still changes to on-secondary-container making it potentially hard to read (depending on your theme).
Reproduction
StackBlitz link: https://stackblitz.com/edit/components-issue-starter-zxlbij2m
Expected Behavior
mat-option text color should only change when selected for single select
Actual Behavior
mat-option, in mat-select with multiple, text color changes when selected, making it hard/impossible to see on some color schemes.
Environment
The text was updated successfully, but these errors were encountered: